aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-01[clang-tidy] Option to ignore anonymous namespaces in avoid-non-const-global-...Pascal Jungblut1-3/+16
2023-08-05[clang-tidy] Exclude class/struct scope variables from cppcoreguidelines-avoi...Piotr Zegar1-10/+9
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-04-15Remove false positive in AvoidNonConstGlobalVariables.Kim Viggedal1-1/+5
2020-03-13Add CppCoreGuidelines I.2 "Avoid non-const global variables" checkKim Viggedal1-0/+67