Re-sort all the headers. Lots of regressions have crept in here.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2013 08:09:44 +0000 (08:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2013 08:09:44 +0000 (08:09 +0000)
commit4b41745e0556087fe22a2a6f17de92d95199f701
tree9422e55fca46c86ce74a4a64e738405acfd01477
parent1fe21fc0b5dfb42b0c8909a51251c8f900058af4
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.

llvm-svn: 172892
clang/lib/ARCMigrate/TransProtectedScope.cpp
clang/lib/CodeGen/CGException.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CIndexCodeCompletion.cpp
clang/tools/libclang/CIndexHigh.cpp
clang/tools/libclang/CLog.h
clang/tools/libclang/CXSourceLocation.cpp
clang/tools/libclang/Indexing.cpp
clang/unittests/Format/FormatTest.cpp