summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-source.m
Commit message (Expand)AuthorAgeFilesLines
* [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