summaryrefslogtreecommitdiffstats
path: root/lib/Index/IndexingContext.h
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+2
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-3/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+11
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-241-0/+2
* [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-1/+2
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-171-1/+1
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-1/+0
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-2/+4
* [index] Change some default parameters to fix an MSVC ICE.Argyrios Kyrtzidis2016-02-131-3/+3
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+121