summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexTypeSourceInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Index] Fix reported references in presence of template type aliasesIlya Biryukov2019-05-231-16/+28
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+7
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-181-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Index] Respect "IndexFunctionLocals" option for type loc.Haojian Wu2018-10-041-1/+2
* [Index] Report specialization bases as references when IndexImplicitInstantia...Fangrui Song2018-09-231-5/+6
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-1/+1
* [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
OpenPOWER on IntegriCloud