Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-04-06 | [clang-tidy] Fix readability-duplicate-include for includes with macro (#87433) | Mike | 1 | -0/+4 |
2024-02-08 | [clang][lex] Always pass suggested module to `InclusionDirective()` callback ... | Jan Svoboda | 1 | -3/+4 |
2023-01-14 | [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder | Carlos Galvez | 1 | -6/+2 |
2022-12-20 | [Clang] Prepare for llvm::Optional becoming std::optional. | Benjamin Kramer | 1 | -2/+2 |
2022-12-18 | Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op... | Krzysztof Parzyszek | 1 | -7/+4 |
2022-12-17 | [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optional | Krzysztof Parzyszek | 1 | -4/+7 |
2022-08-07 | Use llvm::is_contained (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-04-14 | [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() | Jan Svoboda | 1 | -4/+4 |
2022-01-25 | [clang-tidy] Pop Files only if FileChangeReason is ExitFile | Jim Lin | 1 | -1/+1 |
2022-01-23 | [clang-tidy] Add readability-duplicate-include check | Richard | 1 | -0/+116 |