summaryrefslogtreecommitdiff
path: root/clang/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [clang][USR] Prevent crashes on incomplete FunctionDeclsKadir Cetinkaya2023-05-151-0/+5
* [Clang][NFC] Rename methods/vars to reflect their real usageBill Wendling2023-04-181-7/+13
* [CMake] Cleanup depsNAKAMURA Takumi2023-04-171-1/+0
* Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]"Bill Wendling2023-03-021-2/+2
* [clang] extend external_source_symbol attribute with USR clauseAlex Lorenz2023-02-231-0/+9
* [WebAssembly] Initial support for reference type externref in clangPaulo Matos2023-02-171-0/+2
* [Modules] Remove -fmodules-tsChuanqi Xu2023-02-161-1/+0
* [Clang] Refactor "Designators" into a unified implementation [NFC]Bill Wendling2023-02-071-2/+2
* Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka2023-02-051-2/+0
* [clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos2023-01-311-0/+2
* Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek2022-12-181-1/+0
* [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek2022-12-171-0/+1
* [clang] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-8/+6
* [Index] Add various missing USR generationBen Barham2022-11-281-42/+87
* NFC: [clang] Template argument cleanups.Matheus Izvekov2022-10-251-3/+3
* [Index] USRGeneration doesn't depend on unnamed.printName() => ''. NFCSam McCall2022-10-051-4/+5
* [clang] Qualify auto in range-based for loops (NFC)Kazu Hirata2022-09-031-1/+1
* [clang][index] Index unresolved member expression as referenceDenis Fatkulin2022-08-191-1/+1
* Use llvm::erase_if (NFC)Kazu Hirata2022-08-131-7/+5
* [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-1/+1
* [AST] Improve traversal of concepts and concept requirementsIlya Biryukov2022-04-281-7/+4
* [Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov2022-04-266-30/+88
* [Index] Remove reference to `UnresolvedUsingIfExists`Ben Barham2022-04-221-1/+8
* [clang] ReformatNathan Sidwell2022-03-241-11/+11
* [clang] Visit enum base specifiers in libIndexKadir Cetinkaya2021-10-251-0/+10
* [Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan2021-09-061-0/+1
* [llvm][clang][NFC] updates inline licence infoChristopher Di Bella2021-08-111-4/+3
* [index] Fix performance regression with indexing macrosBen Langmuir2021-06-162-22/+16
* [clang] p1099 using enum part 2Nathan Sidwell2021-06-081-0/+7
* [clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiverDavid Goldman2021-06-011-3/+0
* Speculatively fix this harder and with improved spelling capabilities.Aaron Ballman2021-05-271-0/+2
* Add support for #elifdef and #elifndefAaron Ballman2021-05-271-0/+17
* [Index] Ignore nullptr decls for indexingAlex Hoppen2021-05-061-1/+1
* [index] Improve macro indexing supportBen Langmuir2021-04-066-42/+176
* [Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang2021-02-181-0/+2
* [clang][index] report references from unreslovedLookupExpr.Haojian Wu2021-02-111-0/+9
* Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg2021-01-201-4/+0
* [c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith2021-01-181-0/+4
* Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks2020-12-221-4/+0
* [c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith2020-12-181-0/+4
* [PowerPC] Enable paired vector type and intrinsics when MMA is disabledBaptiste Saleil2020-12-151-1/+1
* Index: Remove unused internal header SimpleFormatContext.h, NFCDuncan P. N. Exon Smith2020-12-042-73/+0
* [Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil2020-10-281-0/+3
* [clang] Traverse init-captures while indexingNathan Ridge2020-09-221-1/+3
* [clang] Do not consider the template arguments of bases to be bases themselvesNathan Ridge2020-09-011-0/+21
* [clangd] Fix crash-bug in preamble indexing when using modules.Adam Czachorowski2020-08-201-1/+10
* [clangd] Revert "[clangd] Fix crash-bug in preamble indexing when using modul...Adam Czachorowski2020-08-131-10/+1
* [clangd] Fix crash-bug in preamble indexing when using modules.Adam Czachorowski2020-08-101-1/+10
* [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci2020-08-051-1/+1
* [openmp] Base of tablegen generated OpenMP common declarationValentin Clement2020-06-231-0/+3