preprocessor/src
Sébastien Villemot c3fc5b1dd7
Enable -Wunused-parameter
As a consequence, add many [[maybe_unused]] attributes for legitimate
cases (mainly in virtual functions).
2022-06-24 17:11:48 +02:00
..
macro Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
Bytecode.cc Refactor bytecode output around a new BytecodeWriter class and operator<< overloads 2022-06-24 13:10:04 +02:00
Bytecode.hh Refactor bytecode output around a new BytecodeWriter class and operator<< overloads 2022-06-24 13:10:04 +02:00
CommonEnums.hh Split CodeInterpreter.hh into two headers 2022-06-16 17:53:23 +02:00
ComputingTasks.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
ComputingTasks.hh Remove empty checkPass() methods 2022-06-24 17:11:48 +02:00
ConfigFile.cc Use “follower” instead of “slave” in internal class and variable names 2022-06-15 15:39:20 +02:00
ConfigFile.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
DataTree.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
DataTree.hh No longer delete move constructor/assignment operator 2022-05-18 16:33:48 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
DynamicModel.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
DynareBison.yy Split CodeInterpreter.hh into two headers 2022-06-16 17:53:23 +02:00
DynareFlex.ll Use operator""s to replace some calls to std::string constructor 2022-06-22 12:47:11 +02:00
DynareMain.cc Macro-processor: when a variable is defined without a value, set it to “true” 2022-06-16 16:50:38 +02:00
EquationTags.cc C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
EquationTags.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
ExprNode.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
ExprNode.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
ExtendedPreprocessorTypes.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.hh Various simplifications 2022-06-07 14:34:30 +02:00
MacroExpandModFile.cc Macroprocessor: make the removal of “@#line” directives and extra newlines consistent across LF and CR+LF conventions 2021-11-19 16:49:21 +01:00
Makefile.am Refactor bytecode output around a new BytecodeWriter class and operator<< overloads 2022-06-24 13:10:04 +02:00
ModFile.cc Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
ModFile.hh Refactor handling of var_expectation_model statements 2022-01-20 16:26:15 +01:00
ModelEquationBlock.cc Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
ModelEquationBlock.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
ModelTree.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
ModelTree.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
NumericalConstants.cc Various simplifications 2022-06-07 14:34:30 +02:00
NumericalConstants.hh Move “using namespace std” statement after inclusion of standard headers 2022-01-06 14:54:57 +01:00
NumericalInitialization.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
NumericalInitialization.hh New += and *= syntaxes in “endval(learnt_in=…)” blocks 2022-05-03 16:52:04 +02:00
ParsingDriver.cc Use operator""s to replace some calls to std::string constructor 2022-06-22 12:47:11 +02:00
ParsingDriver.hh C++17 modernization: more uses of std::optional 2022-06-08 12:34:25 +02:00
Shocks.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
Shocks.hh Various simplifications 2022-06-07 14:34:30 +02:00
SigmaeInitialization.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
SigmaeInitialization.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Statement.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
Statement.hh JSON output: fix handling of vector value options 2022-05-18 17:44:36 +02:00
StaticModel.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
StaticModel.hh Remove unused StaticModel::copyHelper() 2022-06-24 15:28:42 +02:00
SubModel.cc Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
SubModel.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
SymbolList.cc C++20 modernization: use initialization within range-based for loop 2022-06-07 14:35:59 +02:00
SymbolList.hh Various simplifications 2022-06-07 14:34:30 +02:00
SymbolTable.cc Use operator""s to replace some calls to std::string constructor 2022-06-22 12:47:11 +02:00
SymbolTable.hh Split CodeInterpreter.hh into two headers 2022-06-16 17:53:23 +02:00
VariableDependencyGraph.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
VariableDependencyGraph.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
WarningConsolidation.cc Various simplifications 2022-06-07 14:34:30 +02:00
WarningConsolidation.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
dynare-preprocessor-gdb.py Add GDB pretty-printer for ExprNode class hierarchy 2022-01-26 15:40:40 +01:00