summaryrefslogtreecommitdiffstats
path: root/lib/Index/IndexTypeSourceInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-151-2/+11
* [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-151-0/+3
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-101-0/+25
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-0/+2
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-2/+3
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-3/+9
* [index] C++: Improve handling of typedefs as base names in C++ class declarat...Argyrios Kyrtzidis2017-03-041-6/+18
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-1/+1
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-7/+13
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+202