summaryrefslogtreecommitdiffstats
path: root/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-30/+35
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-3/+2
* [Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu2017-12-071-8/+14
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-091-4/+2
* [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/+11
* Fix indexer crash for default template template parameter valueJan Korous2017-10-101-2/+1
* R13575: Fix USR mangling for function pointer typesJan Korous2017-10-101-1/+5
* PR13575: Fix USR mangling for fixed-size arraysJan Korous2017-10-091-0/+19
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-3/+36
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-0/+1
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-163-15/+66
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-153-4/+17
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-211-13/+10
* [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