summaryrefslogtreecommitdiffstats
path: root/include/clang/Index/IndexingAction.h
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+1
* [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 an option to collect macros from preprocesor.Eric Liu2018-09-181-4/+7
* NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington2018-07-241-1/+1
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-0/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+13
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-6/+3
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-2/+8
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-0/+10
* [index] Fix gcc builds.Argyrios Kyrtzidis2016-02-141-1/+1
* [index] Allow calling createIndexingAction() without passing another action t...Argyrios Kyrtzidis2016-02-141-3/+4
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+47