llvm-project/clang/tools/libclang
Chris Lattner 5159f6162e now the FileManager has a FileSystemOpts ivar, stop threading
FileSystemOpts through a ton of apis, simplifying a lot of code.
This also fixes a latent bug in ASTUnit where it would invoke
methods on FileManager without creating one in some code paths
in cindextext.

llvm-svn: 120010
2010-11-23 08:35:12 +00:00
..
CIndex.cpp now the FileManager has a FileSystemOpts ivar, stop threading 2010-11-23 08:35:12 +00:00
CIndexCXX.cpp Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CIndexCodeCompletion.cpp now the FileManager has a FileSystemOpts ivar, stop threading 2010-11-23 08:35:12 +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 c-index-test: Be available on Cygwin by using Win32's logic. 2010-11-09 03:25:16 +00:00
CIndexer.h Move CXString creation/management routines into 2010-11-16 01:56:27 +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