summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexBody.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [index] __builtin_offset's field reference is located at the end locationAlex Lorenz2017-11-071-1/+1
* [index] index field references in __builtin_offsetAlex Lorenz2017-11-071-0/+11
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-1/+25
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+12
* [index] Record references to class receivers used in property referencesAlex Lorenz2017-05-181-0/+3
* [index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz2017-05-151-0/+3
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-101-0/+44
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-3/+11
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-1/+1
* [index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterat...Argyrios Kyrtzidis2016-11-011-43/+14
* [index] Fix repeated visitation of the same InitListExpr for indexing.Argyrios Kyrtzidis2016-10-311-0/+17
* Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture().Martin Bohme2016-08-171-1/+2
* [index] Fix crash with indexing designated init expressions inside templates.Argyrios Kyrtzidis2016-08-031-1/+1
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-12/+7
* [index] Fix issue where data visitation was disabled with C++ operator call e...Argyrios Kyrtzidis2016-03-011-2/+2
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-291-16/+29
* [RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() ...Argyrios Kyrtzidis2016-02-131-3/+7
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+347
OpenPOWER on IntegriCloud