hanchenye-llvm-project/clang/lib/Index
Argyrios Kyrtzidis db4698352e [index] Rename SymbolSubKind -> SymbolProperty, NFC.
This better reflects what it represents.

llvm-svn: 286680
2016-11-11 23:49:55 +00:00
..
CMakeLists.txt clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. 2016-02-15 04:29:36 +00:00
CodegenNameGenerator.cpp Make TargetInfo store an actual DataLayout instead of a string. 2016-03-04 19:00:41 +00:00
CommentToXML.cpp Remove FormatContext from libClang as it is now unused. 2016-11-08 19:47:19 +00:00
IndexBody.cpp [index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterate the DesignatedInitExprs of the InitListExpr directly. 2016-11-01 04:29:39 +00:00
IndexDecl.cpp [index] Fixes for locations and relations in Objective C categories and getters/setters 2016-10-25 21:11:22 +00:00
IndexSymbol.cpp [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +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 [index] Handle properly C++14's template variables. 2016-11-07 21:20:15 +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 [index] Handle properly C++14's template variables. 2016-11-07 21:20:15 +00:00