Sort the #include lines for unittests/...
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 09:45:34 +0000 (09:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 09:45:34 +0000 (09:45 +0000)
commit320d9666eeab256ecaec2e2c1676bbb40f3aac9e
tree7a266d7fe3968e36638134a11cfe74d11b563bf8
parented09f456e7e99076fc3490cde3d59201f3328c12
Sort the #include lines for unittests/...

I've tried to place sensible headers at the top as main-module headers.

llvm-svn: 169243
14 files changed:
clang/unittests/AST/CommentLexer.cpp
clang/unittests/AST/CommentParser.cpp
clang/unittests/AST/SourceLocationTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
clang/unittests/Basic/FileManagerTest.cpp
clang/unittests/Basic/SourceManagerTest.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Frontend/FrontendActionTest.cpp
clang/unittests/Lex/LexerTest.cpp
clang/unittests/Lex/PPCallbacksTest.cpp
clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
clang/unittests/Tooling/RefactoringCallbacksTest.cpp
clang/unittests/Tooling/RefactoringTest.cpp
clang/unittests/Tooling/TestVisitor.h