aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-3/+4
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-3/+3
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
2023-08-27[clang-tidy][NFC] Fix modernize-use-default-member-init findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix modernize-use-using findingsPiotr Zegar1-1/+1
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-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko1-14/+15
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-4/+4
2022-02-03[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya1-3/+7
2020-11-17[clang-tidy] Make clang-format and include-order-check coherentKadir Cetinkaya1-1/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+2
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-05-10[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton1-2/+2
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko1-6/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett1-2/+4
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett1-4/+2
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett1-2/+4
2016-08-12Analyze include order on a per-file basis.Zachary Turner1-60/+70
2015-09-04[clang-tidy] Fix llvm-include-order check on Windows.Alexander Kornienko1-1/+1
2015-03-02[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko1-2/+4
2014-09-10Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper1-1/+2
2014-08-08[clang-tidy] Don't index past the end of a vector.Benjamin Kramer1-1/+2
2014-08-07[clang-tidy] Implement the include order checker for LLVM.Benjamin Kramer1-9/+130
2014-05-19Improved llvm-namespace-comment check.Alexander Kornienko1-0/+44