Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |