Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [index] Fix issue where data visitation was disabled with C++ operator call ↵ | Argyrios Kyrtzidis | 2016-03-01 | 1 | -2/+2 |
| | | | | | | expressions, during indexing. llvm-svn: 262290 | ||||
* | [index] Add a caller relation for a call reference. | Argyrios Kyrtzidis | 2016-02-29 | 1 | -16/+29 |
| | | | | llvm-svn: 262207 | ||||
* | [RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() ↵ | Argyrios Kyrtzidis | 2016-02-13 | 1 | -3/+7 |
| | | | | | | | | to allow clients to do before/after actions during data recursive visitation. This should fix the asan bot that hits stack overflow in a couple of test/Index tests. llvm-svn: 260785 | ||||
* | [libclang] Separate the underlying indexing functionality of libclang and ↵ | Argyrios Kyrtzidis | 2016-02-12 | 1 | -0/+347 |
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 |