llvm-project/clang-tools-extra/unittests/clang-tidy
Kadir Cetinkaya 0447ec2fb0
[clang-tidy] Fix LLVM include order check policy
Clang-format LLVM style has a custom include category for gtest/ and
gmock/ headers between regular includes and angled includes. Do the same here.

Fixes https://github.com/llvm/llvm-project/issues/53525.

Differential Revision: https://reviews.llvm.org/D118913
2022-02-03 17:32:43 +01:00
..
AddConstTest.cpp [clang-tidy] implement utility-function to add 'const' to variables 2020-01-03 20:37:47 +01:00
CMakeLists.txt [clang-tidy] Recognize labelled statements when simplifying boolean exprs 2022-01-28 16:09:46 -07:00
ClangTidyDiagnosticConsumerTest.cpp [libtooling][clang-tidy] Fix crashing on rendering invalid SourceRanges 2021-11-29 09:56:43 +01:00
ClangTidyOptionsTest.cpp [clang-tidy] Remove OptionError 2021-03-01 17:55:17 +00:00
ClangTidyTest.h [clang] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 11:43:19 +01:00
DeclRefExprUtilsTest.cpp [clang-tidy] Add unit tests for `DeclRefExprUtils`. 2021-11-24 16:47:55 +01:00
GlobListTest.cpp [clang-tidy][NFC] Move CachedGlobList to GlobList.h 2021-12-04 08:50:49 +00:00
GoogleModuleTest.cpp
IncludeInserterTest.cpp Make sure Objective-C category support in IncludeSorter handles top-level imports 2020-10-26 12:24:43 -07:00
LLVMModuleTest.cpp [clang-tidy] Fix LLVM include order check policy 2022-02-03 17:32:43 +01:00
NamespaceAliaserTest.cpp
ObjCModuleTest.cpp
OptionsProviderTest.cpp [clang-tidy] Use vfs::FileSystem when getting config 2020-11-07 19:18:02 +00:00
OverlappingReplacementsTest.cpp
ReadabilityModuleTest.cpp [clang-tidy] Recognize labelled statements when simplifying boolean exprs 2022-01-28 16:09:46 -07:00
TransformerClangTidyCheckTest.cpp [libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRanges 2021-04-10 16:43:44 +02:00
UsingInserterTest.cpp