aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/IndexBody.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz1-1/+25
2017-05-24[index] The references to explicit class properties should be recordedAlex Lorenz1-0/+12
2017-05-18[index] Record references to class receivers used in property referencesAlex Lorenz1-0/+3
2017-05-15[index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz1-0/+3
2017-05-10[index] Index simple dependent declaration referencesAlex Lorenz1-0/+44
2017-03-16[index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis1-3/+11
2017-02-26[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis1-1/+1
2016-11-01[index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterat...Argyrios Kyrtzidis1-43/+14
2016-10-31[index] Fix repeated visitation of the same InitListExpr for indexing.Argyrios Kyrtzidis1-0/+17
2016-08-17Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture().Martin Bohme1-1/+2
2016-08-03[index] Fix crash with indexing designated init expressions inside templates.Argyrios Kyrtzidis1-1/+1
2016-06-23Use ranges to concisely express iterationDavid Majnemer1-12/+7
2016-03-01[index] Fix issue where data visitation was disabled with C++ operator call e...Argyrios Kyrtzidis1-2/+2
2016-02-29[index] Add a caller relation for a call reference.Argyrios Kyrtzidis1-16/+29
2016-02-13[RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() ...Argyrios Kyrtzidis1-3/+7
2016-02-12[libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis1-0/+347