llvm-project/clang/tools/libclang
Argyrios Kyrtzidis 1030f26261 [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities.
rdar://13680583

llvm-svn: 181352
2013-05-07 20:37:17 +00:00
..
ARCMigrate.cpp libclang: introduce cxstring::{createRef,createDup} for StringRefs 2013-02-02 02:19:29 +00:00
CIndex.cpp [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. 2013-05-07 20:37:17 +00:00
CIndexCXX.cpp [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. 2013-04-11 17:02:10 +00:00
CIndexCodeCompletion.cpp libclang: reduce CXString abuse 2013-02-07 19:09:22 +00:00
CIndexDiagnostic.cpp libclang: remove 'using namespace cxstring' 2013-02-03 13:52:47 +00:00
CIndexDiagnostic.h Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
CIndexHigh.cpp [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, 2013-03-08 22:47:41 +00:00
CIndexInclusionStack.cpp libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
CIndexUSRs.cpp Add OpenCL samplers as Clang builtin types and check sampler related restrictions. 2013-02-07 10:55:47 +00:00
CIndexer.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndexer.h libclang: change CXCursor to store 'const void *' pointers for 2013-01-11 21:01:49 +00:00
CLog.h [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. 2013-03-08 02:32:26 +00:00
CMakeLists.txt [cmake] Add clang-headers as a dependency of libclang and if we have to copy them 2013-03-29 21:51:40 +00:00
CXComment.cpp doxygen command. Add 'attention' command to list of similar 2013-02-26 22:12:16 +00:00
CXComment.h libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
CXCompilationDatabase.cpp libclang: remove 'using namespace cxstring' 2013-02-03 13:52:47 +00:00
CXCursor.cpp Fix typo in comparison in clang_CXCursorSet_contains(). 2013-04-24 07:25:40 +00:00
CXCursor.h libclang: make getCursorParentDecl() return 'const Decl *' 2013-01-26 18:12:08 +00:00
CXLoadedDiagnostic.cpp Fix typos: [Dd]iagnosic -> [Dd]iagnostic 2013-03-01 21:41:22 +00:00
CXLoadedDiagnostic.h libclang: don't store nul-terminated strings as StringRefs, 2013-02-18 19:50:38 +00:00
CXSourceLocation.cpp [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. 2013-04-12 17:06:51 +00:00
CXSourceLocation.h [libclang] Add some constness in CXSourceLocation and CXSourceRange. 2013-01-11 22:29:47 +00:00
CXStoredDiagnostic.cpp libclang: remove 'using namespace cxstring' 2013-02-03 13:52:47 +00:00
CXString.cpp libclang: wrap CXString implementation into 'namespace cxstring' 2013-02-03 13:54:26 +00:00
CXString.h libclang: introduce cxstring::{createRef,createDup} for StringRefs 2013-02-02 02:19:29 +00:00
CXTranslationUnit.h [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. 2013-04-09 20:03:03 +00:00
CXType.cpp [libclang] Report parameter array types as written in source, not decayed to pointer types. 2013-04-18 16:41:15 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CursorVisitor.h [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. 2013-03-08 20:42:33 +00:00
IndexBody.cpp Have the RecursiveASTVisitor traverse the type source info of an objc class message. 2013-05-06 19:08:57 +00:00
IndexDecl.cpp Basic support for Microsoft property declarations and 2013-04-16 07:28:30 +00:00
IndexTypeSourceInfo.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
Index_Internal.h [libclang] Move CursorVisitor to its own header. 2011-11-03 19:02:34 +00:00
Indexing.cpp Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
IndexingContext.cpp Basic support for Microsoft property declarations and 2013-04-16 07:28:30 +00:00
IndexingContext.h Basic support for Microsoft property declarations and 2013-04-16 07:28:30 +00:00
Makefile Remove redundant flag. 2013-05-02 22:53:00 +00:00
RecursiveASTVisitor.h Have the RecursiveASTVisitor traverse the type source info of an objc class message. 2013-05-06 19:08:57 +00:00
SimpleFormatContext.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
libclang.exports [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. 2013-04-26 22:47:49 +00:00