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 |
2020-03-03 | [clang-tidy] Change checks to use new isLanguageVersionSupported restriction | Nathan James | 1 | -3/+0 |
2019-03-01 | Fix file headers. NFC | Fangrui Song | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2016-01-04 | Rename the CERT namespace to cert, and update some checkers to use this names... | Aaron Ballman | 1 | -1/+2 |
2015-10-07 | Loosening the restriction on variadic function definitions so that extern "C"... | Aaron Ballman | 1 | -3/+6 |
2015-10-05 | Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va... | Aaron Ballman | 1 | -0/+38 |