Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-07-01 | [clang-tidy] Option to ignore anonymous namespaces in avoid-non-const-global-... | Pascal Jungblut | 1 | -3/+16 |
2023-08-05 | [clang-tidy] Exclude class/struct scope variables from cppcoreguidelines-avoi... | Piotr Zegar | 1 | -10/+9 |
2023-01-14 | [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder | Carlos Galvez | 1 | -6/+2 |
2020-04-15 | Remove false positive in AvoidNonConstGlobalVariables. | Kim Viggedal | 1 | -1/+5 |
2020-03-13 | Add CppCoreGuidelines I.2 "Avoid non-const global variables" check | Kim Viggedal | 1 | -0/+67 |