summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/USRGeneration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Use canonical function parameter types in USRs (#68222)Krystian Stasiowski2024-04-161-3/+6
* [c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2024-01-211-0/+10
* [clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov2023-11-031-15/+31
* [clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov2023-10-311-3/+3
* [clang][USR] Encode full decl-context also for anon namespaces (#68325)kadir çetinkaya2023-10-181-4/+5
* Reapply "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda2023-09-081-1/+1
* Revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda2023-09-061-1/+1
* [clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`Jan Svoboda2023-09-061-1/+1
* [clang][USR] Prevent crashes on incomplete FunctionDeclsKadir Cetinkaya2023-05-151-0/+5
* [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
* 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
* [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] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-1/+1
* [Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov2022-04-261-1/+8
* [clang] ReformatNathan Sidwell2022-03-241-11/+11
* [Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan2021-09-061-0/+1
* [index] Improve macro indexing supportBen Langmuir2021-04-061-3/+2
* [Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang2021-02-181-0/+2
* 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
* [Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil2020-10-281-0/+3
* [ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij2020-06-051-0/+1
* Avoid including FileManager.h from SourceManager.hReid Kleckner2020-03-111-0/+1
* Fix GCC warnings. NFC.Michael Liao2020-03-081-1/+1
* [Index/USRGeneration] Make sure that ObjC properties in categories also get n...Argyrios Kyrtzidis2020-03-071-9/+9
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-0/+1
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+6
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+2
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+2
* [Index] Expose USR generation for typesIlya Biryukov2018-11-261-0/+11
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+3
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-3/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+7
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-0/+26
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-20/+20