llvm-project/clang-tools-extra/clang-tidy/llvm
Kadir Cetinkaya 5a9f386704
[clang-tidy] Make clang-format and include-order-check coherent
LLVM style puts both gtest and gmock to the end of the include list.
But llvm-include-order-check was only moving gtest headers to the end, resulting
in a false tidy-warning.

Differential Revision: https://reviews.llvm.org/D91602
2020-11-17 14:54:10 +01:00
..
CMakeLists.txt [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
HeaderGuardCheck.cpp [clang-tidy] Allows the prevailing include header guard in Flang to be recognized rather than flagged as a violation in phabricator. 2020-07-01 12:47:36 -07:00
HeaderGuardCheck.h [clang-tidy] Use ; as separator for HeaderFileExtensions 2020-03-09 11:32:44 -06:00
IncludeOrderCheck.cpp [clang-tidy] Make clang-format and include-order-check coherent 2020-11-17 14:54:10 +01:00
IncludeOrderCheck.h [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check' 2019-05-10 18:27:09 +00:00
LLVMTidyModule.cpp [clang-tidy] Fix incorrect default option in fc3c693b61 2020-07-06 14:44:03 +01:00
PreferIsaOrDynCastInConditionalsCheck.cpp [NFC] Use hasAnyName matcher in place of anyOf(hasName()...) 2020-07-07 14:31:04 +01:00
PreferIsaOrDynCastInConditionalsCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
PreferRegisterOverUnsignedCheck.cpp Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
PreferRegisterOverUnsignedCheck.h [clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy 2019-08-30 20:01:59 +00:00
TwineLocalCheck.cpp [clang-tidy] llvm-twine-local ignores parameters 2020-06-22 18:25:45 +01:00
TwineLocalCheck.h [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check' 2019-05-10 18:27:09 +00:00