aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-22[clang-tidy] Use std:::string::find with std::string_view (NFC) (#141188)Kazu Hirata1-1/+1
2025-05-16[clang-tools-extra] Use llvm::replace (NFC) (#140200)Kazu Hirata1-3/+3
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-11-10[clang-tidy] Fix llvm-header-guard so that it works with Windows pathsSalman Javed1-0/+5
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-1/+1
2020-07-01[clang-tidy] Allows the prevailing include header guard in Flang to be recogn...Eric Schweitz1-0/+4
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-09-26[clang-tidy] Make llvm-header-guard work on llvm git monorepoHaojian Wu1-0/+7
2019-05-10[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-20[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko1-14/+1
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-1/+1
2016-08-26[clang-tidy] Some tweaks on header guard checks.Haojian Wu1-0/+13
2016-08-26[clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn1-2/+2
2015-03-02[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko1-0/+2
2014-08-13[clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer1-0/+53