summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexHigh.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-19 08:09:44 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-19 08:09:44 +0000
commitb1ba0efc3d1dc1daa5d82c40bc504e1f368c4fa0 (patch)
tree99ccab933b78c5a7a12d7d51e0511c4402c2ec94 /tools/libclang/CIndexHigh.cpp
parent6ee777de8b35a3a18da424356aebe9ec743dc497 (diff)
downloadclang-b1ba0efc3d1dc1daa5d82c40bc504e1f368c4fa0.tar.gz
clang-b1ba0efc3d1dc1daa5d82c40bc504e1f368c4fa0.tar.bz2
clang-b1ba0efc3d1dc1daa5d82c40bc504e1f368c4fa0.tar.xz
Re-sort all the headers. Lots of regressions have crept in here.
Manually fix the order of UnwrappedLineParser.cpp as that one didn't have its associated header as the first header. This also uncovered a subtle inclusion order dependency as CLog.h didn't include LLVM.h to pick up using declarations it relied upon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/CIndexHigh.cpp')
-rw-r--r--tools/libclang/CIndexHigh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CIndexHigh.cpp b/tools/libclang/CIndexHigh.cpp
index 81aa5b39db..a2c32fe050 100644
--- a/tools/libclang/CIndexHigh.cpp
+++ b/tools/libclang/CIndexHigh.cpp
@@ -8,10 +8,10 @@
//===----------------------------------------------------------------------===//
#include "CursorVisitor.h"
+#include "CLog.h"
#include "CXCursor.h"
#include "CXSourceLocation.h"
#include "CXTranslationUnit.h"
-#include "CLog.h"
#include "clang/AST/DeclObjC.h"
#include "clang/Frontend/ASTUnit.h"
#include "llvm/Support/Compiler.h"