summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXIndexDataConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-3/+3
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+1
* Fix warnings introduced by r307434.Richard Smith2017-07-081-1/+3
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-0/+1
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-0/+1
* [index] When indexing an ObjC method declaration use its base name for the lo...Argyrios Kyrtzidis2017-01-261-3/+4
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-2/+2
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-111-6/+6
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-011-0/+8
* [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2016-04-221-11/+8
* [index] Fix regression where ObjC method declarations may mistakenly get inde...Argyrios Kyrtzidis2016-03-311-11/+17
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-24/+34
* [index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...Argyrios Kyrtzidis2016-03-091-0/+8
* silence -Wreturn-type warningsSaleem Abdulrasool2016-02-151-0/+3
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+1286