Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-05-25 | [clang-tidy] Remove unused includes (NFC) (#141420) | Kazu Hirata | 1 | -1/+0 |
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-01-26 | [clang-tidy] Fix nested namespaces in `readability-static-definition-in-anony... | Evgeny Shulgin | 1 | -1/+5 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2016-09-27 | [clang-tidy] Use isStaticStorageClass ast matcher. | Haojian Wu | 1 | -12/+6 |
2016-09-24 | [clang-tidy] Cleaning up language options. | Gabor Horvath | 1 | -5/+5 |
2016-04-05 | [clang-tidy] Add a check to detect static definitions in anonymous namespace. | Haojian Wu | 1 | -0/+72 |