aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-02[clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80...Carlos Galvez1-9/+0
2023-02-19[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez1-2/+2
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-1/+1
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-1/+1
2020-03-09[clang-tidy] Use ; as separator for HeaderFileExtensionsJonathan Roelofs1-4/+5
2020-03-09[clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFCJonathan Roelofs1-2/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-0/+3
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-02-05[clang-tdiy] Add header file extension configuration support.Haojian Wu1-9/+17
2016-01-08[clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko1-0/+43