preprocessor/src/macro
Sébastien Villemot b31de3d9a6
Pre-allocate std::vector instances filled from loops
Automatically detected by clang-tidy using
performance-inefficient-vector-operation check.
2023-12-13 16:19:51 +01:00
..
Directives.cc Update comments in relation to implicit conversion from std::filesystem::path to std::string 2023-12-08 18:39:27 +01:00
Directives.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Driver.cc Reformat C++ source code using clang-format 15 2023-11-30 15:58:32 +01:00
Driver.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Environment.cc Remove some unneeded object copies 2023-12-13 10:28:54 +01:00
Environment.hh Remove some unneeded object copies 2023-12-13 10:28:54 +01:00
Expressions.cc Pre-allocate std::vector instances filled from loops 2023-12-13 16:19:51 +01:00
Expressions.hh No longer call std::move on trivially-copyable types 2023-12-13 15:37:07 +01:00
ForwardDeclarationsAndEnums.hh No longer use reserved identifiers for include guards 2023-12-01 15:39:01 +01:00
Parser.yy Manually reformat Flex and Bison files to be closer to clang-format style 2023-11-30 16:21:34 +01:00
Tokenizer.ll Manually reformat Flex and Bison files to be closer to clang-format style 2023-11-30 16:21:34 +01:00