summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXIndexDataConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r293134:Hans Wennborg2017-01-271-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