clang-1/tools/libclang
Dmitri Gribenko 9c48d16a11 libclang: refactor CXStringPool: make it a class
We are not exposing the pool or string buffers to libclang users, so no need to
maintain a procedural interface.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173595 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-26 22:44:19 +00:00
..
ARCMigrate.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndex.cpp libclang: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +00:00
CIndexCXX.cpp libclang: change return type of getCursorDecl() to 'const Decl *' 2013-01-23 17:25:27 +00:00
CIndexCodeCompletion.cpp libclang: type safety for CXTranslationUnitImpl::CIdx 2013-01-26 21:49:50 +00:00
CIndexDiagnostic.cpp libclang: some type safety for CXTranslationUnitImpl's internals 2013-01-26 21:32:42 +00:00
CIndexDiagnostic.h
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: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +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 libclang: type safety for CXTranslationUnitImpl::FormatContext 2013-01-26 21:39:50 +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 Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXCursor.cpp libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
CXCursor.h libclang: make getCursorParentDecl() return 'const Decl *' 2013-01-26 18:12:08 +00:00
CXLoadedDiagnostic.cpp update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, 2013-01-20 02:38:54 +00:00
CXLoadedDiagnostic.h
CXSourceLocation.cpp libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
CXSourceLocation.h [libclang] Add some constness in CXSourceLocation and CXSourceRange. 2013-01-11 22:29:47 +00:00
CXStoredDiagnostic.cpp Re-apply r159875 with fixes. 2012-07-07 05:53:30 +00:00
CXString.cpp libclang: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +00:00
CXString.h libclang: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +00:00
CXTranslationUnit.h libclang: refactor CXStringPool: make it a class 2013-01-26 22:44:19 +00:00
CXType.cpp libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) 2013-01-26 18:53:38 +00:00
CXType.h
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
Indexing.cpp libclang: type safety for CXTranslationUnitImpl::CIdx 2013-01-26 21:49:50 +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