aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Index
AgeCommit message (Expand)AuthorFilesLines
2023-10-19[clang][index] Fix processing of CompoundAssignOperator at setting up referen...Aleksandr Platonov1-0/+25
2023-08-01[index][clangd] Consider labels when indexing function bodiesChristian Kandeler1-0/+22
2023-06-20[clangd] Index the type of a non-type template parameterNathan Ridge1-0/+14
2021-10-25[clang] Visit enum base specifiers in libIndexKadir Cetinkaya1-0/+15
2021-04-06[index] Improve macro indexing supportBen Langmuir1-2/+31
2020-09-01[clang] Do not consider the template arguments of bases to be bases themselvesNathan Ridge1-0/+14
2020-02-17[clang][Index] Visit the default parameter arguements in libindex.Haojian Wu1-0/+15
2020-02-14[clang][Index] Introduce a TemplateParm SymbolKindKadir Cetinkaya1-2/+7
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-22[clang][index] Index the injected class name types.Haojian Wu1-0/+21
2019-12-16[NFC] Fix typos in Clangd and ClangKirill Bobyrev1-5/+5
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko1-11/+12
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-1/+1
2019-03-08[clang][Index] Fix msan failureKadir Cetinkaya1-2/+7
2019-03-08[clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya1-1/+31
2019-02-26[clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya1-0/+17
2019-02-21[clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya1-0/+24
2019-02-18[clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya1-3/+85
2019-02-11[clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya1-0/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-1/+1
2018-09-18[Index] Add an option to collect macros from preprocesor.Eric Liu2-0/+143