aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/UseAnonymousNamespaceCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-02[clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80...Carlos Galvez1-20/+2
2023-02-19[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez1-10/+15
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-12-19[clang-tidy][NFC] Replace custom isStatic matcher with the existing isStaticS...Carlos Galvez1-7/+2
2022-12-12[clang-tidy] Fix a couple additional cases in misc-use-anonymous-namespace onlyCarlos Galvez1-3/+33
2022-12-12[clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespaceCarlos Galvez1-15/+8
2022-12-08[clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespaceCarlos Galvez1-19/+12
2022-12-01[clang-tidy] Add misc-use-anonymous-namespace checkCarlos Galvez1-0/+72