Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-14 | [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder | Carlos Galvez | 1 | -6/+2 |
2023-01-07 | [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -1/+1 |
2023-01-07 | [clang-tools-extra] Add #include <optional> (NFC) | Kazu Hirata | 1 | -0/+1 |
2022-12-03 | [clang-tidy] Use std::nullopt instead of None (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-06-20 | Don't use Optional::hasValue (NFC) | Kazu Hirata | 1 | -1/+1 |
2020-03-12 | [clang-tidy] New check: bugprone-suspicious-include | Jonathan Roelofs | 1 | -4/+11 |
2020-03-10 | Revert "[clang-tidy] New check: bugprone-suspicious-include" | Nico Weber | 1 | -11/+4 |
2020-03-09 | [clang-tidy] New check: bugprone-suspicious-include | Jonathan Roelofs | 1 | -4/+11 |
2020-03-09 | [clang-tidy] Use ; as separator for HeaderFileExtensions | Jonathan Roelofs | 1 | -2/+9 |
2020-03-09 | [clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFC | Jonathan Roelofs | 1 | -0/+60 |