summaryrefslogtreecommitdiffstats
path: root/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-181-2/+4
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-0/+12
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-5/+9
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-1/+3
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+2
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-1/+25
* [index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz2017-06-221-12/+10
* [index] Nested class declarations should be annotated with theAlex Lorenz2017-06-211-1/+3
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-152-0/+10
* [index] Index static_assert declarationsAlex Lorenz2017-06-151-0/+7
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+12
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-1/+9
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+5
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-7/+8
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-6/+14
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+5
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+46
* [index] Index the deleted functionsAlex Lorenz2017-05-221-3/+0
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-0/+11
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-222-2/+8
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-202-11/+2
* [index] Record references to class receivers used in property referencesAlex Lorenz2017-05-181-0/+3
* [index] References to fields from template instantiations should refer toAlex Lorenz2017-05-151-0/+15
* [index] Visit and store information about namespace alias declarationsAlex Lorenz2017-05-151-0/+8
* [index] Store correct location for namespace nested name qualifiersAlex Lorenz2017-05-151-1/+1
* [index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz2017-05-152-0/+6
* [index] Index template specialization arguments for function templatsAlex Lorenz2017-05-121-0/+22
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-102-0/+69
* [Index] The relation between the declarations in templateAlex Lorenz2017-05-041-3/+1
* [index] Handle vector types in USR generatorAlex Lorenz2017-04-281-1/+7
* [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis2017-04-271-4/+4
* [index] Index type source info for class specializationsAlex Lorenz2017-04-251-0/+3
* [index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz2017-04-251-0/+4
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-0/+15
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-243-4/+66
* [index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis2017-04-211-19/+45
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-215-42/+108
* [index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis2017-04-211-2/+3
* Delete unused IncompleteFormat variable, NFCi.Krasimir Georgiev2017-04-201-3/+1
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-205-5/+20
* Fix MSVC 'not all control paths return a value' warning.Simon Pilgrim2017-03-241-0/+1
* [index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis2017-03-232-4/+58
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-212-5/+12
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-172-1/+10
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-162-5/+32
* [index] Mark categories of test classes with the 'UnitTest' symbol property a...Argyrios Kyrtzidis2017-03-071-1/+9
* [index] C++: Improve handling of typedefs as base names in C++ class declarat...Argyrios Kyrtzidis2017-03-041-6/+18
* [index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis2017-03-041-8/+27
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-2/+4
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-265-35/+47