aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/utils/HeaderGuard.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed1-0/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-1/+1
2020-06-21[clang-tidy] Implement storeOptions for checks missing it.Nathan James1-0/+1
2020-03-09[clang-tidy] Use ; as separator for HeaderFileExtensionsJonathan Roelofs1-5/+7
2020-03-09[clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFCJonathan Roelofs1-4/+4
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko1-1/+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-2/+2
2016-08-26[clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn1-1/+17
2016-06-17[clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko1-9/+9
2016-05-03[clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron1-0/+2
2015-08-27[clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko1-1/+1
2015-03-09[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko1-3/+3
2014-10-15Fix llvm-header-guard check.Alexander Kornienko1-0/+3
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko1-0/+2
2014-08-13[clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer1-0/+41