llvm-project/clang/lib
Chandler Carruth 757fcd6d1f [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
a missing include from CLog.h.

CLog.h referenced most of the core libclang types but never directly
included Index.h that provides them. Previously it got lucky and other
headers were always included first but with the sorting it ended up
first in one case and stopped compiling. Adding the Index.h include
fixes it right up.

llvm-svn: 202810
2014-03-04 10:05:20 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST MS ABI: Mangle variable templates properly 2014-03-04 05:38:05 +00:00
ASTMatchers [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Analysis [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
Basic Add a PPC inline asm constraint type for single CR bits 2014-03-02 18:24:18 +00:00
CodeGen DebugInfo: Improvements/corrections to conservative emission of types in explicit template instantiation declarations 2014-03-04 03:08:14 +00:00
Driver [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format [C++11] Switch the clang-format LLVM style to use C++11 style braced 2014-03-02 12:37:31 +00:00
Frontend Serialized diagnostic severity levels should be stable. 2014-03-03 18:29:52 +00:00
FrontendTool [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Headers [CMake] Add the newly introduced compiler header. 2014-03-04 06:28:23 +00:00
Index [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Lex [C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that we 2014-03-02 13:02:01 +00:00
Parse [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema Normalize line endings 2014-03-02 18:46:05 +00:00
Serialization [C++11] Remove a now unnecessary use of std::function for a remove_if 2014-03-03 19:36:27 +00:00
StaticAnalyzer [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Tooling Disable all dependency output options when using the Tooling library. 2014-03-02 23:37:26 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00