summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-source.m
Commit message (Expand)AuthorAgeFilesLines
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-211-2/+11
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+25
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-0/+25
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+9
* [index] Record references to class receivers used in property referencesAlex Lorenz2017-05-181-0/+19
* [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis2017-04-271-12/+12
* [index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis2017-04-211-1/+2
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+36
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-17/+57
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-1/+1
* [index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis2017-03-041-6/+13
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-6/+37
* [index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis2017-02-171-10/+98
* [index] When indexing an ObjC method declaration use its base name for the lo...Argyrios Kyrtzidis2017-01-261-6/+6
* [index] Introduce symbol subkinds to mark an accessor getter or setter.Argyrios Kyrtzidis2017-01-111-6/+6
* [index] Ignore invalid ObjC categories.Argyrios Kyrtzidis2017-01-111-1/+1
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-0/+13
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-29/+49
* [index] Fix issue with protocol name locations in conformance list of an ObjC...Argyrios Kyrtzidis2016-11-091-0/+20
* [index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis2016-10-251-0/+24
* [index] Fix regression where ObjC method declarations may mistakenly get inde...Argyrios Kyrtzidis2016-03-311-0/+34
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-12/+12
* [index] Make sure that declarations of builtin functions are indexed.Argyrios Kyrtzidis2016-03-171-0/+1
* [index] Fix assertion hit when indexing re-declarations of built-in functions.Argyrios Kyrtzidis2016-03-091-0/+5
* [index] Distinguish USRs of anonymous enums by using their first enumerator.Argyrios Kyrtzidis2016-03-041-0/+17
* [index] Include parameter types in the USRs for C functions marked with 'over...Argyrios Kyrtzidis2016-03-041-0/+5
* [index] Ignore ObjCTypeParamDecls during indexing.Argyrios Kyrtzidis2016-03-041-0/+5
* [index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis2016-03-031-0/+20
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-291-2/+4
* [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...Argyrios Kyrtzidis2016-02-291-0/+10
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-291-1/+1
* [test/Index] Set a specific target for the test.Argyrios Kyrtzidis2016-02-141-1/+1
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-2/+2
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-0/+8
OpenPOWER on IntegriCloud