llvm-project/clang/tools/libclang
Douglas Gregor aa21cc401b Introduce a new libclang API, clang_reparseTranslationUnit(), which
reparses an already-parsed translation unit. At the moment it's just a
convenience function, but we hope to use it for performance
optimizations.

llvm-svn: 108756
2010-07-19 21:46:24 +00:00
..
CIndex.cpp Introduce a new libclang API, clang_reparseTranslationUnit(), which 2010-07-19 21:46:24 +00:00
CIndexCodeCompletion.cpp libclang: When invoking external clang process to get code completion results, 2010-06-30 21:40:01 +00:00
CIndexDiagnostic.cpp Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexDiagnostic.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexInclusionStack.cpp Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexUSRs.cpp Merged Elaborated and QualifiedName types. 2010-05-11 21:36:43 +00:00
CIndexer.cpp When handling raw_ostream errors manually, use clear_error() so that 2010-05-27 20:16:37 +00:00
CIndexer.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CMakeLists.txt Rename clang.dll to libclang.dll, to fix Windows build. 2010-07-11 03:23:30 +00:00
CXCursor.cpp Reinstate the fix for PR7556. A silly use of isTrivial() was 2010-07-08 06:14:04 +00:00
CXCursor.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXTypes.cpp Add CXType support for querying the return type of Objective-C methods. This is done by 2010-06-21 20:48:56 +00:00
Makefile Makefiles: Remove unnecessary early include of Makefile.config. 2010-06-08 20:57:22 +00:00
libclang.darwin.exports Introduce a new libclang API, clang_reparseTranslationUnit(), which 2010-07-19 21:46:24 +00:00
libclang.exports Introduce a new libclang API, clang_reparseTranslationUnit(), which 2010-07-19 21:46:24 +00:00