Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-06-30 | [clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidel... | Dimitrije Dobrota | 1 | -3/+5 |
2024-12-15 | [clang-tidy] remove misuse of `getLocalOrGlobal` for non common used options ... | Congcong Cai | 1 | -4/+3 |
2023-10-25 | [clang-tidy] Ignore deleted functions in cppcoreguidelines-rvalue-reference-p... | Piotr Zegar | 1 | -12/+13 |
2023-10-14 | [clang-tidy] Ignore unused parameters in `rvalue-reference-param-not-moved ch... | AMS21 | 1 | -0/+3 |
2023-08-27 | [clang-tidy][NFC] Fix llvm-else-after-return findings | Piotr Zegar | 1 | -2/+1 |
2023-03-28 | [clang-tidy] Ignore unevaluated exprs in rvalue-reference-param-not-moved | Chris Cotter | 1 | -2/+7 |
2023-03-12 | [clang-tidy] Implement CppCoreGuideline F.18 | Chris Cotter | 1 | -0/+128 |