summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-2/+3
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-171-0/+9
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+21
* [index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis2017-03-041-8/+27
* [index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis2017-02-171-30/+57
* [index] When indexing an ObjC method declaration use its base name for the lo...Argyrios Kyrtzidis2017-01-261-1/+7
* [index] Ignore invalid ObjC categories.Argyrios Kyrtzidis2017-01-111-5/+6
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-4/+13
* [index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis2016-10-251-9/+37
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* [index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...Argyrios Kyrtzidis2016-03-091-4/+4
* [index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis2016-03-031-6/+31
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+429
OpenPOWER on IntegriCloud