diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 11:51:46 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 11:51:46 +0000 |
commit | 5553d0d4cadc35733a910e7af5f8911105ff529d (patch) | |
tree | 37f66b9e63f660eec1bc75bbcbc6437b671649a0 /clang/unittests/AST/SourceLocationTest.cpp | |
parent | 8a8cd2bab94f5f1e41e7e1a16747e3c6b537009b (diff) | |
download | llvm-5553d0d4cadc35733a910e7af5f8911105ff529d.zip llvm-5553d0d4cadc35733a910e7af5f8911105ff529d.tar.gz llvm-5553d0d4cadc35733a910e7af5f8911105ff529d.tar.bz2 |
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.
llvm-svn: 198686
Diffstat (limited to 'clang/unittests/AST/SourceLocationTest.cpp')
-rw-r--r-- | clang/unittests/AST/SourceLocationTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/SourceLocationTest.cpp b/clang/unittests/AST/SourceLocationTest.cpp index 29156bc..c08c265 100644 --- a/clang/unittests/AST/SourceLocationTest.cpp +++ b/clang/unittests/AST/SourceLocationTest.cpp @@ -17,11 +17,11 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTContext.h" +#include "MatchVerifier.h" #include "clang/ASTMatchers/ASTMatchFinder.h" #include "clang/ASTMatchers/ASTMatchers.h" #include "clang/Tooling/Tooling.h" #include "gtest/gtest.h" -#include "MatchVerifier.h" namespace clang { namespace ast_matchers { |