preprocessor/src
Sébastien Villemot d635aac04a
Turn some loop variables into const references when possible
Automatically detected by clang-tidy using performance-for-range-copy check.
2023-12-13 14:21:09 +01:00
..
macro Turn some loop variables into const references when possible 2023-12-13 14:21:09 +01:00
Bytecode.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
Bytecode.hh Remove some unneeded object copies 2023-12-13 10:28:54 +01:00
CommonEnums.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ComputingTasks.cc Remove globals from dynare_sensitivity and dynare_identification 2023-12-04 12:01:19 +01:00
ComputingTasks.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Configuration.cc Turn some loop variables into const references when possible 2023-12-13 14:21:09 +01:00
Configuration.hh Configuration file: simplify handling of GlobalInitFile option 2023-12-12 15:54:57 +01:00
DataTree.cc Add a clang-tidy configuration file 2023-12-04 16:37:00 +01:00
DataTree.hh Add a clang-tidy configuration file 2023-12-04 16:37:00 +01:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Simplify a few loops using std::ranges::reverse_view 2023-12-01 15:06:40 +01:00
DynamicModel.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
DynareBison.yy Manually reformat Flex and Bison files to be closer to clang-format style 2023-11-30 16:21:34 +01:00
DynareFlex.ll Manually reformat Flex and Bison files to be closer to clang-format style 2023-11-30 16:21:34 +01:00
DynareMain.cc Change default location for configuration file 2023-12-12 12:28:33 +01:00
EquationTags.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
EquationTags.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ExprNode.cc Add a clang-tidy configuration file 2023-12-04 16:37:00 +01:00
ExprNode.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ExtendedPreprocessorTypes.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ExternalFunctionsTable.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
ExternalFunctionsTable.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
MacroExpandModFile.cc Update comments in relation to implicit conversion from std::filesystem::path to std::string 2023-12-08 18:39:27 +01:00
ModFile.cc Rename files, classes and variables in relation to the configuration file 2023-12-11 17:17:57 +01:00
ModFile.hh Rename files, classes and variables in relation to the configuration file 2023-12-11 17:17:57 +01:00
ModelEquationBlock.cc Simplify a few loops using std::ranges::reverse_view 2023-12-01 15:06:40 +01:00
ModelEquationBlock.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ModelTree.cc Turn some loop variables into const references when possible 2023-12-13 14:21:09 +01:00
ModelTree.hh Add a clang-tidy configuration file 2023-12-04 16:37:00 +01:00
NumericalConstants.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
NumericalConstants.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
NumericalInitialization.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
NumericalInitialization.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
ParsingDriver.cc PlannerObjectiveStatement: turn model_tree into a std::unique_ptr 2023-12-01 14:59:20 +01:00
ParsingDriver.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Shocks.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
Shocks.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Statement.cc Add a clang-tidy configuration file 2023-12-04 16:37:00 +01:00
Statement.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
StaticModel.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
StaticModel.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
SubModel.cc Turn some loop variables into const references when possible 2023-12-13 14:21:09 +01:00
SubModel.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
SymbolList.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
SymbolList.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
SymbolTable.cc Remove some unneeded object copies 2023-12-13 10:28:54 +01:00
SymbolTable.hh Remove duplicate definition of expr_t 2023-12-11 14:29:43 +01:00
VariableDependencyGraph.cc Simplify a few loops using std::ranges::reverse_view 2023-12-01 15:06:40 +01:00
VariableDependencyGraph.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
WarningConsolidation.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
WarningConsolidation.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
dynare-preprocessor-gdb.py Fix typo 2023-03-24 19:02:33 +01:00
meson.build Rename files, classes and variables in relation to the configuration file 2023-12-11 17:17:57 +01:00