aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTCommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-01[Serialization] Remove unused includes (NFC) (#142300)Kazu Hirata1-3/+0
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green1-1/+1
2025-05-12[HLSL][RootSignature] Define and integrate rootsig clang attr and decl (#137690)Finn Plummer1-0/+1
2025-05-07[clang][modules][deps] Optimize in-process timestamping of PCMs (#137363)Jan Svoboda1-12/+0
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane1-0/+1
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane1-0/+1
2025-01-22[SYCL] AST support for SYCL kernel entry point functions. (#122379)Tom Honermann1-0/+2
2024-10-22[clang][modules] Timestamp PCM files when writing (#112452)Jan Svoboda1-0/+15
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-06-21[serialization] No transitive type change (#92511)Chuanqi Xu1-1/+1
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+5
2024-05-13[clang] Introduce `SemaObjC` (#89086)Vlad Serebrennikov1-1/+1
2024-05-05[clang] Distinguish unresolved templates in UnresolvedLookupExpr (#89019)Younan Zhang1-0/+3
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane1-2/+2
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-1/+1
2023-10-07[clang] remove ClassScopeFunctionSpecializationDecl (#66636)Krystian Stasiowski1-1/+0
2023-04-05Lazily deserialize default member initializers.Richard Smith1-2/+1
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+5
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka1-5/+0
2023-01-31[clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+5
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev1-0/+1
2022-10-31[NFC] Use isa<...> to replace isa<>||isa<> in clang/SerializationChuanqi Xu1-2/+2
2022-10-24"Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane1-0/+1
2022-10-24Revert "Reapply "GH58368: Correct concept checking in a lambda defined in con...Erich Keane1-1/+0
2022-10-24Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane1-0/+1
2022-10-24Revert "GH58368: Correct concept checking in a lambda defined in concept"Erich Keane1-1/+0
2022-10-24GH58368: Correct concept checking in a lambda defined in conceptErich Keane1-0/+1
2022-09-21[HLSL] Support cbuffer/tbuffer for hlsl.Xiang Li1-0/+1
2022-04-04[modules] Merge ObjC interface ivars with anonymous types.Volodymyr Sapsai1-1/+3
2022-03-28[Clang] Implement __builtin_source_location.James Y Knight1-0/+1
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+3
2021-08-30[modules] Fix miscompilation when using two RecordDecl definitions with the s...Volodymyr Sapsai1-1/+1
2021-06-08[clang] p1099 using enum part 2Nathan Sidwell1-0/+1
2021-06-02[clang] Implement the using_if_exists attributeErik Pilkington1-0/+1
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang1-0/+5
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/+5
2020-10-21[c++20] For P0732R2 / P1907R1: Basic frontend support for class types asRichard Smith1-0/+1
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij1-0/+3
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn1-0/+3
2020-04-15Rework how UuidAttr, CXXUuidofExpr, and GUID template arguments and constants...Richard Smith1-0/+1
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+3
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev1-3/+0
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+3
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev1-0/+3
2020-01-19[Concepts] Requires ExpressionsSaar Raz1-0/+1
2020-01-18Revert "[Concepts] Requires Expressions"Saar Raz1-1/+0
2020-01-18[Concepts] Requires ExpressionsSaar Raz1-0/+1
2019-11-19[NFC] Refactor representation of materialized temporariesTyker1-0/+1