aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-12-23[clang-tidy][NFC] Remove custom isInAnonymousNamespace matchersCarlos Galvez1-4/+0
2022-01-26[clang-tidy] Fix nested namespaces in `readability-static-definition-in-anony...Evgeny Shulgin1-1/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-09-27[clang-tidy] Use isStaticStorageClass ast matcher.Haojian Wu1-12/+6
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-5/+5
2016-04-05[clang-tidy] Add a check to detect static definitions in anonymous namespace.Haojian Wu1-0/+72