llvm-project/clang/tools/libclang
Douglas Gregor f88e35ba0b When using a precompiled preamble with detailed preprocessing records,
trap the serialized preprocessing records (macro definitions, macro
instantiations, macro definitions) from the generation of the
precompiled preamble, then replay those when walking the list of
preprocessed entities. This eliminates a bug where clang_getCursor()
wasn't able to find preprocessed-entity cursors in the preamble.

llvm-svn: 120396
2010-11-30 06:16:57 +00:00
..
CIndex.cpp When using a precompiled preamble with detailed preprocessing records, 2010-11-30 06:16:57 +00:00
CIndexCXX.cpp Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CIndexCodeCompletion.cpp Merge System into Support. 2010-11-29 18:12:39 +00:00
CIndexDiagnostic.cpp Extend the libclang diagnostic API to provide information about the 2010-11-19 16:18:16 +00:00
CIndexDiagnostic.h Eliminate -fdiagnostics-binary and all of the infrastructure for 2010-10-11 22:02:06 +00:00
CIndexInclusionStack.cpp Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CIndexUSRs.cpp Rework USR generation from CXCursors to use CXStringBufs 2010-11-16 08:15:38 +00:00
CIndexer.cpp Merge System into Support. 2010-11-29 18:12:39 +00:00
CIndexer.h Merge System into Support. 2010-11-29 18:12:39 +00:00
CMakeLists.txt Move CXString creation/management routines into 2010-11-16 01:56:27 +00:00
CXCursor.cpp Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXCursor.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXString.cpp Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXString.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CXTranslationUnit.h Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXType.cpp Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
Makefile Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
libclang.darwin.exports Implement a simple hash function for libclang cursors 2010-11-20 00:09:34 +00:00
libclang.exports Implement a simple hash function for libclang cursors 2010-11-20 00:09:34 +00:00