aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/TypeLoc.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-02[Clang][Sema] Diagnose use of template keyword after declarative nested-name-...Krystian Stasiowski1-0/+9
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+1
2023-08-31Add a concept AST node.Jens Massberg1-13/+32
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-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-12/+8
2022-09-28[C2x] implement typeof and typeof_unqualAaron Ballman1-2/+2
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+10
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-10/+2
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+10
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-10/+2
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+10
2022-03-16[Attr] Fix a btf_type_tag AST generationYonghong Song1-0/+8
2022-01-17Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu1-0/+1
2022-01-12Revert (2) "[AST] Add RParen loc for decltype AutoTypeloc."Florian Hahn1-1/+0
2022-01-11Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu1-0/+1
2022-01-10Revert "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu1-1/+0
2022-01-10[AST] Add RParen loc for decltype AutoTypeloc.Haojian Wu1-0/+1
2021-10-29Properly determine the end location of an ObjCObjectPointerType.Richard Smith1-1/+9
2021-10-26[AST] Fix the EndLoc calculation for ObjCObjectPointerLuke Petre1-0/+1
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
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg1-1/+0
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+1
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks1-1/+0
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+1
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-09-21[AST] Reduce the size of TemplateArgumentLocInfo.Haojian Wu1-1/+1
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
2020-01-23[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-0/+95
2020-01-23Revert "[Concepts] Placeholder constraints and abbreviated templates"Sam McCall1-95/+0
2020-01-22[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-0/+95
2020-01-21Revert "[Concepts] Placeholder constraints and abbreviated templates"Jonas Devlieghere1-95/+0
2020-01-22[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-0/+95
2019-12-18Move TypeSourceInfo to Type.hReid Kleckner1-0/+6
2019-12-06Remove Expr.h include from ASTContext.h, NFCReid Kleckner1-0/+14
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-08-20Model type attributes as regular Attrs.Richard Smith1-5/+5