summaryrefslogtreecommitdiffstats
path: root/lib/Index/IndexingAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-181-1/+22
* [Index] Ignore noop #undef's when handling macro occurrences.Eric Liu2018-07-091-0/+2
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-34/+82
* [Index] Remove unused index::IndexDataConsumer::_anchor()Fangrui Song2018-07-051-2/+0
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-16/+14
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-4/+5
* [Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu2017-12-071-8/+14
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-0/+12
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-0/+17
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-0/+2
* [index] Allow calling createIndexingAction() without passing another action t...Argyrios Kyrtzidis2016-02-141-22/+56
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+140