aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/IndexingAction.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-01-30[c-index-test] Provide capability to index module file imports and dump ↵Argyrios Kyrtzidis1-0/+17
their input files. This ensures the capability to index a module file using an existing ASTReader from a compiler instance or ASTUnit. llvm-svn: 293461
2016-02-14[index] Factor libclang's functionality to determing the mangled name of ↵Argyrios Kyrtzidis1-0/+2
symbols into the clangIndex library. llvm-svn: 260858
2016-02-14[index] Allow calling createIndexingAction() without passing another action ↵Argyrios Kyrtzidis1-22/+56
to wrap over. llvm-svn: 260841
2016-02-12[libclang] Separate the underlying indexing functionality of libclang and ↵Argyrios Kyrtzidis1-0/+140
introduce it into the clangIndex library. It is a general goodness for libclang itself to mostly be a wrapper of functionality provided by the libraries. llvm-svn: 260760