summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXIndexDataConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-5/+5
* Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h}Dmitri Gribenko2019-08-141-20/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-1/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-9/+5
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-121-5/+14
* [index] Return when DC is null in handleReferenceFangrui Song2018-01-081-2/+2
* [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
OpenPOWER on IntegriCloud