aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/USRGeneration.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu1-1/+1
2025-06-02[Index] Remove unused includes (NFC) (#142525)Kazu Hirata1-1/+0
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green1-1/+1
2025-02-15[Index] Avoid repeated hash lookups (NFC) (#127300)Kazu Hirata1-8/+4
2025-01-31[NFC] remove string literals from AArch64SVEACLETypes.def (#125063)Tomas Matheson1-3/+4
2024-10-30[clang][Index][USR][NFC] Allow customizing langopts for USR generation (#109574)Balazs Benics1-19/+29
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad1-1/+1
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas1-0/+5
2024-07-08[Clang][Index] Add support for dependent class scope explicit specializations...Krystian Stasiowski1-5/+13
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+5
2024-04-16[clang][Index] Use canonical function parameter types in USRs (#68222)Krystian Stasiowski1-3/+6
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+10
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-15/+31
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-3/+3
2023-10-18[clang][USR] Encode full decl-context also for anon namespaces (#68325)kadir çetinkaya1-4/+5
2023-09-08Reapply "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda1-1/+1
2023-09-06Revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda1-1/+1
2023-09-06[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`Jan Svoboda1-1/+1
2023-05-15[clang][USR] Prevent crashes on incomplete FunctionDeclsKadir Cetinkaya1-0/+5
2023-02-23[clang] extend external_source_symbol attribute with USR clauseAlex Lorenz1-0/+9
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+2
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka1-2/+0
2023-01-31[clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+2
2022-11-28[Index] Add various missing USR generationBen Barham1-42/+87
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-3/+3
2022-10-05[Index] USRGeneration doesn't depend on unnamed.printName() => ''. NFCSam McCall1-4/+5
2022-09-03[clang] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-04-26[Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov1-1/+8
2022-03-24[clang] ReformatNathan Sidwell1-11/+11
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+1
2021-04-06[index] Improve macro indexing supportBen Langmuir1-3/+2
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang1-0/+2
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg1-4/+0
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+4
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks1-4/+0
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+4
2020-12-15[PowerPC] Enable paired vector type and intrinsics when MMA is disabledBaptiste Saleil1-1/+1
2020-10-28[Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil1-0/+3
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij1-0/+1
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner1-0/+1
2020-03-08Fix GCC warnings. NFC.Michael Liao1-1/+1
2020-03-07[Index/USRGeneration] Make sure that ObjC properties in categories also get n...Argyrios Kyrtzidis1-9/+9
2019-12-06Remove Expr.h include from ASTContext.h, NFCReid Kleckner1-0/+1
2019-08-09Add SVE opaque built-in typesRichard Sandiford1-0/+3
2019-02-26[clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya1-1/+6
2019-01-28Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson1-1/+2
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson1-2/+1