summaryrefslogtreecommitdiffstats
path: root/lib/Index/IndexSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-0/+2
* [index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai2019-02-271-0/+8
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-0/+4
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-261-0/+5
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+12
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-30/+35
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+15
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-211-13/+10
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-1/+3
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-151-0/+4
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-221-0/+2
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-10/+1
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-0/+15
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-0/+2
* [index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis2017-03-231-3/+14
* [index] Mark categories of test classes with the 'UnitTest' symbol property a...Argyrios Kyrtzidis2017-03-071-1/+9
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-1/+42
* [index] Introduce symbol subkinds to mark an accessor getter or setter.Argyrios Kyrtzidis2017-01-111-2/+12
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-0/+2
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-0/+2
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-1/+17
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-111-50/+50
* [index] Add SymbolSubKind for the GKInspectable annotation.Argyrios Kyrtzidis2016-11-101-0/+6
* [index] Handle properly C++14's template variables.Argyrios Kyrtzidis2016-11-071-10/+19
* [index] Make sure to mark class template symbols as having 'generic' sub-kind.Argyrios Kyrtzidis2016-11-071-2/+7
* [index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis2016-10-251-0/+4
* [index] Add SymbolSubKinds for ObjC IB annotations.Argyrios Kyrtzidis2016-04-221-0/+17
* [index] Add a SymbolSubKind for an ObjC unit test.Argyrios Kyrtzidis2016-04-221-1/+35
* [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2016-04-221-19/+41
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-45/+44
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-291-0/+3
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-291-0/+2
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-291-1/+1
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-0/+19
* silence -Wreturn-type warningsSaleem Abdulrasool2016-02-151-0/+3
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-0/+99
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+187