Argyrios Kyrtzidis
|
d7511c8a22
|
[index] Fix issue where data visitation was disabled with C++ operator call expressions, during indexing.
llvm-svn: 262290
|
2016-03-01 02:46:32 +00:00 |
Argyrios Kyrtzidis
|
a8b51c1e20
|
[index] Add a caller relation for a call reference.
llvm-svn: 262207
|
2016-02-29 07:56:00 +00:00 |
Argyrios Kyrtzidis
|
a36dd12e44
|
[RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() 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
|
2016-02-13 01:24:19 +00:00 |
Argyrios Kyrtzidis
|
f4fb85b1c7
|
[libclang] Separate the underlying indexing functionality of libclang and 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
|
2016-02-12 23:10:59 +00:00 |