llvm-project/clang/tools/libclang
Dmitri Gribenko 3c66b0be90 libclang: introduce cxstring::{createRef,createDup} for C strings
Also migrate all clients from the old API.

llvm-svn: 174238
2013-02-02 00:02:12 +00:00
..
ARCMigrate.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndex.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CIndexCXX.cpp libclang: change return type of getCursorDecl() to 'const Decl *' 2013-01-23 17:25:27 +00:00
CIndexCodeCompletion.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CIndexDiagnostic.cpp libclang: itroduce cxstring::createEmpty() 2013-02-01 14:21:22 +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: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +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 libclang: itroduce cxstring::createEmpty() 2013-02-01 14:21:22 +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 Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
CMakeLists.txt this depends on the bitcode reader, since it is using it. 2013-01-19 18:24:13 +00:00
CXComment.cpp Comment parsing: improve the fidelity of XML output for many block commands 2013-02-01 20:23:57 +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: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXCursor.cpp Allow the computation of the base priority for a declaration code completion result to consider the completion context 2013-01-31 04:52:16 +00:00
CXCursor.h libclang: make getCursorParentDecl() return 'const Decl *' 2013-01-26 18:12:08 +00:00
CXLoadedDiagnostic.cpp libclang: itroduce cxstring::createEmpty() 2013-02-01 14:21:22 +00:00
CXLoadedDiagnostic.h Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
CXSourceLocation.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXSourceLocation.h [libclang] Add some constness in CXSourceLocation and CXSourceRange. 2013-01-11 22:29:47 +00:00
CXStoredDiagnostic.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXString.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXString.h libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXTranslationUnit.h libclang: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +00:00
CXType.cpp libclang: introduce cxstring::{createRef,createDup} for C strings 2013-02-02 00:02:12 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CursorVisitor.h libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
IndexBody.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
IndexDecl.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +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 Attempt to fix Windows build breakage. 2013-01-31 14:27:38 +00:00
IndexingContext.cpp libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
IndexingContext.h [libclang] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +00:00
Makefile this depends on the bitcode reader, since it is using it. 2013-01-19 18:24:13 +00:00
RecursiveASTVisitor.h Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +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_getFileUniqueID which returns a struct 2013-01-26 04:52:52 +00:00