summaryrefslogtreecommitdiff
path: root/unittests/Index
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-11/+12
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [clang][Index] Fix msan failureKadir Cetinkaya2019-03-081-2/+7
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-1/+31
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-0/+17
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+24
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-181-3/+85
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-182-0/+143