aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/USRGeneration.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson1-1/+2
2018-11-26[Index] Expose USR generation for typesIlya Biryukov1-0/+11
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev1-0/+3
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev1-3/+0
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev1-0/+3
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-1/+1
2018-10-09[Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song1-0/+7
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis1-0/+26
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-20/+20
2018-06-14[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan1-0/+18
2018-06-04This diff includes changes for supporting the following types.Leonard Chan1-0/+6
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan1-6/+0
2018-06-02This diff includes changes for supporting the following types.Leonard Chan1-0/+6
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith1-0/+2
2018-02-02[Index] fix USR generation for namespace{extern{X}}Sam McCall1-1/+3
2017-10-10R13575: Fix USR mangling for function pointer typesJan Korous1-1/+5
2017-10-09PR13575: Fix USR mangling for fixed-size arraysJan Korous1-0/+19
2017-09-08Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer1-0/+1
2017-09-08Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer1-1/+0
2017-09-08Add _Float16 as a C/C++ source language typeSjoerd Meijer1-0/+1
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir1-15/+33
2017-05-20[index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis1-1/+1
2017-04-28[index] Handle vector types in USR generatorAlex Lorenz1-1/+7
2017-04-21[index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis1-19/+45
2017-04-21[index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis1-14/+69
2017-02-16[OpenCL] Correct ndrange_t implementationAnastasia Stulova1-1/+0
2017-02-15[index] USR generation: use getTemplateArgs() instead of getTemplateInstantia...Argyrios Kyrtzidis1-2/+2