summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core
Commit message (Expand)AuthorAgeFilesLines
* Finish building the full-expression for a static_assert expressionRichard Smith2019-09-201-2/+2
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-8/+8
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-181-8/+8
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+2
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-184-3/+23
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-262-3/+3
* [index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis2018-08-171-2/+20
* Try to fix build bot after r336524Eric Liu2018-07-091-1/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+12
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-261-0/+17
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-091-3/+3
* [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/+33
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+66
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-151-0/+13
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-211-2/+11
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-181-0/+4
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+25
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-0/+13
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+16
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-0/+25
* [index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz2017-06-221-3/+7
* [index] Nested class declarations should be annotated with theAlex Lorenz2017-06-211-0/+17
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-151-1/+27
* [index] Index static_assert declarationsAlex Lorenz2017-06-151-0/+16
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+9
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-0/+3
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+8
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-0/+10
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-0/+7
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+21
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+59
* [index] Index the deleted functionsAlex Lorenz2017-05-221-0/+8
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-1/+17
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-221-0/+11
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+4
* [index] Avoid one more crash caused by infinite recursion that happens whenAlex Lorenz2017-05-181-0/+17
* [index] Record references to class receivers used in property referencesAlex Lorenz2017-05-181-0/+19
* [index] Avoid another crash that happens when looking up a dependent nameAlex Lorenz2017-05-161-0/+10
* [index] References to fields from template instantiations should refer toAlex Lorenz2017-05-151-0/+39
* [index] Visit and store information about namespace alias declarationsAlex Lorenz2017-05-151-0/+7
* [index] Store correct location for namespace nested name qualifiersAlex Lorenz2017-05-151-0/+18
* [index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz2017-05-151-0/+9
* [index] Index template specialization arguments for function templatsAlex Lorenz2017-05-121-0/+27
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-101-0/+124
* [Index] The relation between the declarations in templateAlex Lorenz2017-05-041-27/+26
* [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis2017-04-271-12/+12
* [index] Index type source info for class specializationsAlex Lorenz2017-04-251-0/+33
* [index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz2017-04-251-0/+35
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-15/+15
OpenPOWER on IntegriCloud