llvm-project/clang/tools/libclang
Benjamin Kramer 7ec12c928a Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line.
This seems to negatively affect compile time onsome ObjC tests
(which use a lot of partial diagnostics I assume). I have to come
up with a way to keep them inline without including Diagnostic.h
everywhere. Now adding a new diagnostic requires a full rebuild
of e.g. the static analyzer which doesn't even use those diagnostics.

This reverts commit 6496bd10dc3a6d5e3266348f08b6e35f8184bc99.
This reverts commit 7af19b817ba964ac560b50c1ed6183235f699789.
This reverts commit fdd15602a42bbe26185978ef1e17019f6d969aa7.
This reverts commit 00bd44d5677783527d7517c1ffe45e4d75a0f56f.
This reverts commit ef9b60ffed980864a8db26ad30344be429e58ff5.

llvm-svn: 150006
2012-02-07 22:29:24 +00:00
..
ARCMigrate.cpp [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' prefix to 'clang_'. 2011-07-11 20:15:00 +00:00
CIndex.cpp Print NamedDecls directly to a raw_ostream where possible. 2012-02-07 11:57:57 +00:00
CIndexCXX.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
CIndexCodeCompletion.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
CIndexDiagnostic.cpp Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. 2011-12-09 22:28:32 +00:00
CIndexDiagnostic.h [libclang] Create a diagnostic set to pass at the end of indexing. 2011-12-01 02:42:50 +00:00
CIndexHigh.cpp [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +00:00
CIndexInclusionStack.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
CIndexUSRs.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
CIndexer.cpp remove unneeded config.h includes 2011-12-22 22:49:47 +00:00
CIndexer.h When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach 2011-05-05 20:27:22 +00:00
CMakeLists.txt serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXCursor.cpp Introduce basic ASTs for lambda expressions. This covers: 2012-02-07 10:09:13 +00:00
CXCursor.h [libclang] Indexing API: Support C++ symbols. 2011-11-22 07:24:51 +00:00
CXLoadedDiagnostic.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
CXLoadedDiagnostic.h serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXSourceLocation.cpp serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXStoredDiagnostic.cpp Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
CXString.cpp [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. 2011-08-17 22:19:53 +00:00
CXString.h [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. 2011-08-17 22:19:53 +00:00
CXTranslationUnit.h serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXType.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CursorVisitor.h Eliminate ObjCForwardProtocolDecl, which is redundant now that 2012-01-01 21:23:57 +00:00
IndexBody.cpp [libclang] Index namespaces in C++ qualified lookup of members, rdar://10732798 2012-01-23 16:58:38 +00:00
IndexDecl.cpp [libclang] Index C++ constructor initializers, rdar://10732164 2012-01-23 16:58:36 +00:00
IndexTypeSourceInfo.cpp [libclang] Index C++ template specializations, rdar://10732708 2012-01-23 16:58:41 +00:00
Index_Internal.h [libclang] Move CursorVisitor to its own header. 2011-11-03 19:02:34 +00:00
Indexing.cpp Extract the (InputKind, std::string) pair used to describe inputs to 2012-01-20 16:28:04 +00:00
IndexingContext.cpp Added location for template keyword in TemplateSpecializationTypeLoc. In the process removed some naming ambiguities. 2012-02-06 14:41:24 +00:00
IndexingContext.h Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 2012-02-07 22:29:24 +00:00
Makefile Revert 148045 to fix the bots. 2012-01-12 21:17:34 +00:00
libclang.exports Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. 2011-12-09 22:28:32 +00:00