llvm-project/clang/tools/libclang
Ted Kremenek 1e589f2124 Check for an invalid SourceLocation in clang_getCursor(). This avoids a possible assertion failure in SourceManager in the call to Lexer::GetBeginningOfToken(). Fixes <rdar://problem/8244873>.
llvm-svn: 109713
2010-07-29 00:52:07 +00:00
..
CIndex.cpp Check for an invalid SourceLocation in clang_getCursor(). This avoids a possible assertion failure in SourceManager in the call to Lexer::GetBeginningOfToken(). Fixes <rdar://problem/8244873>. 2010-07-29 00:52:07 +00:00
CIndexCodeCompletion.cpp When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr 2010-07-26 16:29:14 +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 Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>. 2010-07-22 11:14:15 +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 Revert r109546, it broke linux build. 2010-07-27 22:37:14 +00:00
libclang.darwin.exports Introduce a new C API function, clang_parseTranslationUnit(), which 2010-07-21 18:52:53 +00:00
libclang.exports Introduce a new C API function, clang_parseTranslationUnit(), which 2010-07-21 18:52:53 +00:00