clang/lib/Index
NAKAMURA Takumi d53f339e51 clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260874 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-15 04:29:36 +00:00
..
CMakeLists.txt clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. 2016-02-15 04:29:36 +00:00
CodegenNameGenerator.cpp [index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library. 2016-02-14 22:30:14 +00:00
CommentToXML.cpp Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs. 2016-02-13 13:42:54 +00:00
IndexBody.cpp [RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() to allow clients to do before/after actions during data recursive visitation. 2016-02-13 01:24:19 +00:00
IndexDecl.cpp [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library. 2016-02-12 23:10:59 +00:00
IndexSymbol.cpp [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. 2016-02-15 01:32:36 +00:00
IndexTypeSourceInfo.cpp [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library. 2016-02-12 23:10:59 +00:00
IndexingAction.cpp [index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library. 2016-02-14 22:30:14 +00:00
IndexingContext.cpp silence -Wreturn-type warnings 2016-02-15 00:36:52 +00:00
IndexingContext.h [index] Change some default parameters to fix an MSVC ICE. 2016-02-13 05:17:15 +00:00
SimpleFormatContext.h [VFS] Port SimpleFormatContext to InMemoryFileSystem. 2015-10-06 10:23:34 +00:00
USRGeneration.cpp [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. 2016-02-15 01:32:36 +00:00