llvm-project/clang/tools/libclang
Argyrios Kyrtzidis 173e911394 [libclang] Add defensive checks to make sure we don't try to dereference
a null pointer after getCursorDecl() is called. rdar://10298421.

llvm-svn: 146312
2011-12-10 02:36:25 +00:00
..
ARCMigrate.cpp [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' prefix to 'clang_'. 2011-07-11 20:15:00 +00:00
CIndex.cpp [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +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 Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. 2011-12-09 22:28:32 +00:00
CIndexDiagnostic.h [libclang] Create a diagnostic set to pass at the end of indexing. 2011-12-01 02:42:50 +00:00
CIndexHigh.cpp [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +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 [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +00:00
CIndexer.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
CIndexer.h When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach 2011-05-05 20:27:22 +00:00
CMakeLists.txt serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXCursor.cpp [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +00:00
CXCursor.h [libclang] Indexing API: Support C++ symbols. 2011-11-22 07:24:51 +00:00
CXLoadedDiagnostic.cpp Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. 2011-12-07 02:08:00 +00:00
CXLoadedDiagnostic.h serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXSourceLocation.cpp serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXStoredDiagnostic.cpp serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
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 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXType.cpp [libclang] Add defensive checks to make sure we don't try to dereference 2011-12-10 02:36:25 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CursorVisitor.h [libclang] Make clang_findReferencesInFile also work on macros (find all expansions/definition 2011-11-29 03:14:11 +00:00
IndexBody.cpp [libclang] Indexing API: Support C++ symbols. 2011-11-22 07:24:51 +00:00
IndexDecl.cpp [libclang] Index C++ namespaces. 2011-12-07 05:52:06 +00:00
IndexTypeSourceInfo.cpp [libclang] Indexing API: 2011-11-18 00:26:51 +00:00
Index_Internal.h [libclang] Move CursorVisitor to its own header. 2011-11-03 19:02:34 +00:00
Indexing.cpp [libclang] Create a diagnostic set to pass at the end of indexing. 2011-12-01 02:42:50 +00:00
IndexingContext.cpp Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! 2011-12-09 00:31:40 +00:00
IndexingContext.h [libclang] Remove IndexingContext's getScopedContext(), it's not useful 2011-12-08 00:54:07 +00:00
Makefile [libclang] Fix linker error in buildbots. 2011-07-09 21:35:58 +00:00
libclang.exports Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. 2011-12-09 22:28:32 +00:00