diff options
Diffstat (limited to 'clang-tools-extra/unittests')
6 files changed, 5 insertions, 7 deletions
diff --git a/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp b/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp index e16308223c9..6d638b523c2 100644 --- a/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp +++ b/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "clang-apply-replacements/Tooling/ApplyReplacements.h" +#include "common/VirtualFileHelper.h" #include "clang/Format/Format.h" #include "clang/Tooling/Refactoring.h" -#include "common/VirtualFileHelper.h" #include "gtest/gtest.h" using namespace clang; diff --git a/clang-tools-extra/unittests/clang-modernize/IncludeDirectivesTest.cpp b/clang-tools-extra/unittests/clang-modernize/IncludeDirectivesTest.cpp index b6ad4af6876..d81ae1deecf 100644 --- a/clang-tools-extra/unittests/clang-modernize/IncludeDirectivesTest.cpp +++ b/clang-tools-extra/unittests/clang-modernize/IncludeDirectivesTest.cpp @@ -8,11 +8,11 @@ //===----------------------------------------------------------------------===// #include "Core/IncludeDirectives.h" -#include "gtest/gtest.h" #include "common/VirtualFileHelper.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/FrontendActions.h" #include "llvm/Support/Path.h" +#include "gtest/gtest.h" using namespace llvm; using namespace clang; diff --git a/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp b/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp index dd41cdfce1a..232a47aac88 100644 --- a/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp +++ b/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp @@ -9,9 +9,9 @@ #include "common/Utility.h" #include "Core/IncludeExcludeInfo.h" -#include "gtest/gtest.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" +#include "gtest/gtest.h" #include <fstream> TEST(IncludeExcludeTest, ParseString) { diff --git a/clang-tools-extra/unittests/clang-modernize/TransformTest.cpp b/clang-tools-extra/unittests/clang-modernize/TransformTest.cpp index 5e5093a27ac..fe86f9431cd 100644 --- a/clang-tools-extra/unittests/clang-modernize/TransformTest.cpp +++ b/clang-tools-extra/unittests/clang-modernize/TransformTest.cpp @@ -11,11 +11,11 @@ #include "Core/Transform.h" #include "clang/AST/ASTConsumer.h" #include "clang/AST/DeclGroup.h" -#include "clang/ASTMatchers/ASTMatchers.h" #include "clang/ASTMatchers/ASTMatchFinder.h" +#include "clang/ASTMatchers/ASTMatchers.h" #include "llvm/Support/FileSystem.h" -#include "llvm/Support/Process.h" #include "llvm/Support/Path.h" +#include "llvm/Support/Process.h" using namespace clang; using namespace ast_matchers; diff --git a/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp b/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp index 26b85b929d6..4d340433316 100644 --- a/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp +++ b/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp @@ -1,5 +1,4 @@ #include "ClangTidyTest.h" - #include "google/GoogleTidyModule.h" namespace clang { diff --git a/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp b/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp index da1d9e0db91..4de31aa72de 100644 --- a/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp +++ b/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp @@ -1,5 +1,4 @@ #include "ClangTidyTest.h" - #include "llvm/LLVMTidyModule.h" namespace clang { |