Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-27 | [clang-tidy][misleading-indentation]ignore false-positives for line started w... | Congcong Cai | 1 | -1/+2 |
2023-01-23 | [clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headers | Carlos Galvez | 1 | -6/+2 |
2022-12-14 | [clang] Remove uses of ::testing::Matcher<const Optional<T> &> | Fangrui Song | 1 | -1/+1 |
2022-06-16 | [clang-tidy] Organize check doc files into subdirectories (NFC) | Richard | 1 | -1/+1 |
2021-03-28 | [clang-tidy] Simplify readability checks to not need ignoring* matchers | Stephen Kelly | 1 | -0/+3 |
2019-03-25 | [clang-tidy] Switch checks to #include "ClangTidyCheck.h" | Alexander Kornienko | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2017-03-17 | [clang-tidy] readability-misleading-indentation: fix chained if | Alexander Kornienko | 1 | -1/+2 |
2017-02-14 | [clang-tidy] Add readability-misleading-indentation check. | Gabor Horvath | 1 | -0/+41 |