- Nov 20, 2024
-
-
Sébastien Villemot authored
– enable new options InsertNewlineAtEOF and RemoveSemicolon – reformat the code accordingly
-
- Nov 08, 2024
-
-
Sébastien Villemot authored
– Harmonize location output for warnings so that it is the same as for errors (i.e. more explicit about what is the line number and the column number) – Remove obsolete stuff for delayed error messages that should have been removed in db1f6c29. – Factorize some printing logic with ParsingDriver::undeclared_model_variable_error(). – Simplify WarningConsolidation class
-
- Dec 01, 2023
-
-
Sébastien Villemot authored
Automatically detected using clang-tidy with bugprone-reserved-identifier check. By the way, homogeneize the define identifiers in relation to camel case convention.
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Jun 07, 2023
-
-
Sébastien Villemot authored
-
- Jun 24, 2022
-
-
Sébastien Villemot authored
A function defined entirely inside a class/struct/union definition is implicitly an inline function.
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Dec 20, 2019
-
-
Sébastien Villemot authored
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Oct 11, 2018
-
-
Sébastien Villemot authored
-
- Oct 04, 2018
-
-
Sébastien Villemot authored
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.
-
Sébastien Villemot authored
For a rationale, see http://www.sjbrown.co.uk/2004/05/01/always-use-explicit/
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
Performed using modernize-use-equals-default from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html
-
- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jun 14, 2017
-
-
Stéphane Adjemian authored
-
- Jun 01, 2017
-
-
Stéphane Adjemian authored
-
- May 18, 2017
-
-
Stéphane Adjemian authored
-
- May 16, 2017
-
-
Stéphane Adjemian authored
-
- Nov 21, 2013
-
-
Houtan Bastani authored
-
- Feb 26, 2013
-
-
Sébastien Villemot authored
- at the end of the computation, don't display all preprocessor warnings but only their number - also display if there has been a MATLAB/Octave warning (counting their number does not seem feasible). Closes #181 - add new "nowarn" option to disable all warnings. Closes #301
-
- Jan 30, 2012
-
-
Houtan Bastani authored
-