summaryrefslogtreecommitdiff
path: root/test/Index/Core
AgeCommit message (Expand)Author
2017-11-09[index] tag declarations should use the decl role instead of refAlex Lorenz
2017-11-07[index] __builtin_offset's field reference is located at the end locationAlex Lorenz
2017-11-07[index] index field references in __builtin_offsetAlex Lorenz
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir
2017-08-15[index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis
2017-07-21[index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir
2017-07-18[Index] Prevent canonical decl becoming nullptrKrasimir Georgiev
2017-07-13[index] Objective-C method declarations and message sends withAlex Lorenz
2017-07-12[index] Don't add relation to a NamedDecl with no nameBen Langmuir
2017-07-04[index] Index nested name qualifiers in a forward declaration of aAlex Lorenz
2017-07-03[index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz
2017-06-22[index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz
2017-06-21[index] Nested class declarations should be annotated with theAlex Lorenz
2017-06-15[index] Record C++17 global binding declarationsAlex Lorenz
2017-06-15[index] Index static_assert declarationsAlex Lorenz
2017-05-24[index] The references to explicit class properties should be recordedAlex Lorenz
2017-05-23[index] The references to enum constants from member enums that areAlex Lorenz
2017-05-23[index] The references to member enums from template instantiations shouldAlex Lorenz
2017-05-23[index] The references to type aliases and typedefs from templateAlex Lorenz
2017-05-23[index] The references to fields from nested records in template instantiationsAlex Lorenz
2017-05-23[index] The references to records from template instantiations should referAlex Lorenz
2017-05-22[index] Index the default template parameter valuesAlex Lorenz
2017-05-22[index] Index the deleted functionsAlex Lorenz
2017-05-22[index] Visit the default argument values in function definitionsAlex Lorenz
2017-05-22[index] 'using namespace' declarations in functions should recordAlex Lorenz
2017-05-20[index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis
2017-05-18[index] Avoid one more crash caused by infinite recursion that happens whenAlex Lorenz
2017-05-18[index] Record references to class receivers used in property referencesAlex Lorenz
2017-05-16[index] Avoid another crash that happens when looking up a dependent nameAlex Lorenz
2017-05-15[index] References to fields from template instantiations should refer toAlex Lorenz
2017-05-15[index] Visit and store information about namespace alias declarationsAlex Lorenz
2017-05-15[index] Store correct location for namespace nested name qualifiersAlex Lorenz
2017-05-15[index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz
2017-05-12[index] Index template specialization arguments for function templatsAlex Lorenz
2017-05-10[index] Index simple dependent declaration referencesAlex Lorenz
2017-05-04[Index] The relation between the declarations in templateAlex Lorenz
2017-04-27[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis
2017-04-25[index] Index type source info for class specializationsAlex Lorenz
2017-04-25[index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz
2017-04-24[index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis
2017-04-24[index] The relation between the declarations in template specializationsAlex Lorenz
2017-04-21[index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis
2017-04-21[index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis
2017-04-21[index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis
2017-04-20[index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz
2017-03-23[index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis
2017-03-21[index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis
2017-03-17[index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis
2017-03-16[index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis
2017-03-07[index] Mark categories of test classes with the 'UnitTest' symbol property a...Argyrios Kyrtzidis