summaryrefslogtreecommitdiff
path: root/unittests/Tooling
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-07 11:51:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-07 11:51:46 +0000
commit4b9be6e25f5b1d29037c1b4b5e903c6b30ad3c97 (patch)
tree4667481647c690f69e8167068cfc266c25cc6209 /unittests/Tooling
parent0e5eb62fd6989e651a0e8d073ad32fe2efa24408 (diff)
downloadclang-4b9be6e25f5b1d29037c1b4b5e903c6b30ad3c97.tar.gz
clang-4b9be6e25f5b1d29037c1b4b5e903c6b30ad3c97.tar.bz2
clang-4b9be6e25f5b1d29037c1b4b5e903c6b30ad3c97.tar.xz
Sort all the #include lines with LLVM's utils/sort_includes.py which
encodes the canonical rules for LLVM's style. I noticed this had drifted quite a bit when cleaning up LLVM, so wanted to clean up Clang as well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling')
-rw-r--r--unittests/Tooling/RecursiveASTVisitorTest.cpp1
-rw-r--r--unittests/Tooling/ToolingTest.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/unittests/Tooling/RecursiveASTVisitorTest.cpp b/unittests/Tooling/RecursiveASTVisitorTest.cpp
index cd5767bdfa..a5f85ffa92 100644
--- a/unittests/Tooling/RecursiveASTVisitorTest.cpp
+++ b/unittests/Tooling/RecursiveASTVisitorTest.cpp
@@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
#include "TestVisitor.h"
-
#include <stack>
namespace clang {
diff --git a/unittests/Tooling/ToolingTest.cpp b/unittests/Tooling/ToolingTest.cpp
index 813dac9fbf..788dfb9dbe 100644
--- a/unittests/Tooling/ToolingTest.cpp
+++ b/unittests/Tooling/ToolingTest.cpp
@@ -16,8 +16,8 @@
#include "clang/Frontend/FrontendActions.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "clang/Tooling/Tooling.h"
-#include "gtest/gtest.h"
#include "llvm/ADT/STLExtras.h"
+#include "gtest/gtest.h"
#include <string>
namespace clang {