| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [c-index-test] Provide capability to index module file imports and dump ↵ | Argyrios Kyrtzidis | 2017-01-30 | 1 | -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 | ||||
| * | [index] Factor libclang's functionality to determing the mangled name of ↵ | Argyrios Kyrtzidis | 2016-02-14 | 1 | -0/+2 |
| | | | | | | | symbols into the clangIndex library. llvm-svn: 260858 | ||||
| * | [index] Allow calling createIndexingAction() without passing another action ↵ | Argyrios Kyrtzidis | 2016-02-14 | 1 | -22/+56 |
| | | | | | | | to wrap over. llvm-svn: 260841 | ||||
| * | [libclang] Separate the underlying indexing functionality of libclang and ↵ | Argyrios Kyrtzidis | 2016-02-12 | 1 | -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 | |||||

