aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/DuplicateIncludeCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-06[clang-tidy] Fix readability-duplicate-include for includes with macro (#87433)Mike1-0/+4
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-3/+4
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer1-2/+2
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek1-7/+4
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek1-4/+7
2022-08-07Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-4/+4
2022-01-25[clang-tidy] Pop Files only if FileChangeReason is ExitFileJim Lin1-1/+1
2022-01-23[clang-tidy] Add readability-duplicate-include checkRichard1-0/+116