Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-02 | [clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80... | Carlos Galvez | 1 | -20/+2 |
2023-02-19 | [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ... | Carlos Galvez | 1 | -10/+15 |
2023-01-14 | [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder | Carlos Galvez | 1 | -6/+2 |
2022-12-23 | [clang-tidy][NFC] Remove custom isInAnonymousNamespace matchers | Carlos Galvez | 1 | -4/+0 |
2022-12-19 | [clang-tidy][NFC] Replace custom isStatic matcher with the existing isStaticS... | Carlos Galvez | 1 | -7/+2 |
2022-12-12 | [clang-tidy] Fix a couple additional cases in misc-use-anonymous-namespace only | Carlos Galvez | 1 | -3/+33 |
2022-12-12 | [clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespace | Carlos Galvez | 1 | -15/+8 |
2022-12-08 | [clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespace | Carlos Galvez | 1 | -19/+12 |
2022-12-01 | [clang-tidy] Add misc-use-anonymous-namespace check | Carlos Galvez | 1 | -0/+72 |