aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/Core
AgeCommit message (Expand)AuthorFilesLines
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov2-4/+4
2025-02-18[clang][Index] Use HeuristicResolver in libIndex (#125153)Nathan Ridge1-11/+11
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-11/+13
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-13/+11
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-11/+13
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan11-11/+0
2023-09-10[AIX][tests] Temporarily disable more Clang/Index testsJan Svoboda10-0/+10
2023-06-16[AIX][tests] Temporarily disable test index-with-module.mJake Egan1-0/+1
2023-05-09[clang] Evaluate non-type default template argument when it is requiredMariya Podchishchaeva1-1/+1
2023-02-23[clang] extend external_source_symbol attribute with USR clauseAlex Lorenz2-0/+44
2022-09-22[clang][modules][deps] Preserve module map load orderJan Svoboda1-1/+1
2022-08-19[clang][index] Index unresolved member expression as referenceDenis Fatkulin1-0/+9
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman1-2/+2
2021-06-01[clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiverDavid Goldman1-4/+4
2021-04-06[index] Improve macro indexing supportBen Langmuir5-5/+60
2021-02-11[clang][index] report references from unreslovedLookupExpr.Haojian Wu1-0/+7
2020-09-01[clang] Do not consider the template arguments of bases to be bases themselvesNathan Ridge1-0/+8
2020-03-07[Index/USRGeneration] Make sure that ObjC properties in categories also get n...Argyrios Kyrtzidis1-0/+8
2020-02-20[clang][Index] Fix the incomplete instantiations in libindex.Haojian Wu2-3/+37
2019-09-20Finish building the full-expression for a static_assert expressionRichard Smith1-2/+2
2019-03-08[clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya1-8/+8
2019-02-18[clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya1-8/+8
2018-10-09[Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song1-0/+2
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis4-3/+23
2018-08-26[index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2-3/+3
2018-08-17[index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis1-2/+20
2018-07-09Try to fix build bot after r336524Eric Liu1-1/+1
2018-07-09[Index] Add indexing support for MACROs.Eric Liu1-0/+12
2018-01-26[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis1-0/+17
2017-11-09[index] tag declarations should use the decl role instead of refAlex Lorenz1-3/+3
2017-11-07[index] __builtin_offset's field reference is located at the end locationAlex Lorenz1-1/+1
2017-11-07[index] index field references in __builtin_offsetAlex Lorenz1-0/+33
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir1-0/+66
2017-08-15[index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis1-0/+13
2017-07-21[index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir1-2/+11
2017-07-18[Index] Prevent canonical decl becoming nullptrKrasimir Georgiev1-0/+4
2017-07-13[index] Objective-C method declarations and message sends withAlex Lorenz1-0/+25
2017-07-12[index] Don't add relation to a NamedDecl with no nameBen Langmuir1-0/+13
2017-07-04[index] Index nested name qualifiers in a forward declaration of aAlex Lorenz1-0/+16
2017-07-03[index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz1-0/+25
2017-06-22[index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz1-3/+7
2017-06-21[index] Nested class declarations should be annotated with theAlex Lorenz1-0/+17
2017-06-15[index] Record C++17 global binding declarationsAlex Lorenz1-1/+27
2017-06-15[index] Index static_assert declarationsAlex Lorenz1-0/+16
2017-05-24[index] The references to explicit class properties should be recordedAlex Lorenz1-0/+9
2017-05-23[index] The references to enum constants from member enums that areAlex Lorenz1-0/+3
2017-05-23[index] The references to member enums from template instantiations shouldAlex Lorenz1-0/+8
2017-05-23[index] The references to type aliases and typedefs from templateAlex Lorenz1-0/+10
2017-05-23[index] The references to fields from nested records in template instantiationsAlex Lorenz1-0/+7
2017-05-23[index] The references to records from template instantiations should referAlex Lorenz1-0/+21