aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/NSAPI.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green1-1/+1
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/+2
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+2
2024-05-05[clang] Distinguish unresolved templates in UnresolvedLookupExpr (#89019)Younan Zhang1-0/+1
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane1-1/+1
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-67/+37
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
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-6/+6
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[AST] Use std::nullopt instead of None (NFC)Kazu Hirata1-6/+6
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+1
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang1-0/+2
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-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn1-0/+1
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+1
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev1-1/+0
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+1
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev1-0/+1
2019-08-29Removed dead code from clang/AST/NSAPI.hDmitri Gribenko1-11/+0
2019-08-09Add SVE opaque built-in typesRichard Sandiford1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
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-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-3/+3
2018-09-10[Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington1-0/+8
2018-07-30Remove trailing spaceFangrui Song1-3/+3
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-09Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith1-0/+1
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-02-16[OpenCL] Correct ndrange_t implementationAnastasia Stulova1-1/+0
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+1
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-1/+0
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+1
2016-04-13[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader1-1/+1
2016-04-08[OpenCL] Complete image types support.Alexey Bader1-12/+3
2015-09-15[OpenCL] Add new types for OpenCL 2.0.Alexey Bader1-0/+10
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev1-0/+1
2015-08-06[ObjC] Circular containers: add support of subclassesAlex Denisov1-1/+21