hanchenye-llvm-project/clang/tools/libclang
Douglas Gregor deb4a2be67 Implement support for dependent Microsoft __if_exists/__if_not_exists
statements. As noted in the documentation for the AST node, the
semantics of __if_exists/__if_not_exists are somewhat different from
the way Visual C++ implements them, because our parsed-template
representation can't accommodate VC++ semantics without serious
contortions. Hopefully this implementation is "good enough".

llvm-svn: 142901
2011-10-25 01:33:02 +00:00
..
ARCMigrate.cpp
CIndex.cpp Implement support for dependent Microsoft __if_exists/__if_not_exists 2011-10-25 01:33:02 +00:00
CIndexCXX.cpp [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. 2011-09-30 17:58:23 +00:00
CIndexCodeCompletion.cpp Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to 2011-10-14 15:31:08 +00:00
CIndexDiagnostic.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
CIndexDiagnostic.h
CIndexHigh.cpp [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +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 More metaprogramming with builtin types. 2011-10-18 22:28:37 +00:00
CIndexer.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
CIndexer.h
CMakeLists.txt [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
CXCursor.cpp Implement support for dependent Microsoft __if_exists/__if_not_exists 2011-10-25 01:33:02 +00:00
CXCursor.h [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
CXSourceLocation.h
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 [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
CXType.cpp [libclang] Expose array size and element type, patch by Vinay Sajip! 2011-09-27 17:44:34 +00:00
CXType.h
IndexBody.cpp [libclang] Index implicit property references. 2011-10-18 15:50:50 +00:00
IndexDecl.cpp [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
IndexTypeSourceInfo.cpp [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
Index_Internal.h [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +00:00
Indexing.cpp [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
IndexingContext.cpp [libclang] Index implicit property references. 2011-10-18 15:50:50 +00:00
IndexingContext.h [libclang] Index implicit property references. 2011-10-18 15:50:50 +00:00
Makefile
libclang.exports [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00