summaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTCommon.cpp
AgeCommit message (Expand)Author
2025-09-18[clang] [OpenMP] New OpenMP 6.0 - Parsing and Sema support for groupprivate (...Ritanya-B-Bharadwaj
2025-06-01[Serialization] Remove unused includes (NFC) (#142300)Kazu Hirata
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green
2025-05-12[HLSL][RootSignature] Define and integrate rootsig clang attr and decl (#137690)Finn Plummer
2025-05-07[clang][modules][deps] Optimize in-process timestamping of PCMs (#137363)Jan Svoboda
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane
2025-01-22[SYCL] AST support for SYCL kernel entry point functions. (#122379)Tom Honermann
2024-10-22[clang][modules] Timestamp PCM files when writing (#112452)Jan Svoboda
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas
2024-06-21[serialization] No transitive type change (#92511)Chuanqi Xu
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian
2024-05-13[clang] Introduce `SemaObjC` (#89086)Vlad Serebrennikov
2024-05-05[clang] Distinguish unresolved templates in UnresolvedLookupExpr (#89019)Younan Zhang
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling
2023-10-07[clang] remove ClassScopeFunctionSpecializationDecl (#66636)Krystian Stasiowski
2023-04-05Lazily deserialize default member initializers.Richard Smith
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka
2023-01-31[clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev
2022-10-31[NFC] Use isa<...> to replace isa<>||isa<> in clang/SerializationChuanqi Xu
2022-10-24"Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane
2022-10-24Revert "Reapply "GH58368: Correct concept checking in a lambda defined in con...Erich Keane
2022-10-24Reapply "GH58368: Correct concept checking in a lambda defined in concept""Erich Keane
2022-10-24Revert "GH58368: Correct concept checking in a lambda defined in concept"Erich Keane
2022-10-24GH58368: Correct concept checking in a lambda defined in conceptErich Keane
2022-09-21[HLSL] Support cbuffer/tbuffer for hlsl.Xiang Li
2022-04-04[modules] Merge ObjC interface ivars with anonymous types.Volodymyr Sapsai
2022-03-28[Clang] Implement __builtin_source_location.James Y Knight
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan
2021-08-30[modules] Fix miscompilation when using two RecordDecl definitions with the s...Volodymyr Sapsai
2021-06-08[clang] p1099 using enum part 2Nathan Sidwell
2021-06-02[clang] Implement the using_if_exists attributeErik Pilkington
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang
2020-12-15[PowerPC] Enable paired vector type and intrinsics when MMA is disabledBaptiste Saleil
2020-10-28[Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil
2020-10-21[c++20] For P0732R2 / P1907R1: Basic frontend support for class types asRichard Smith
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn
2020-04-15Rework how UuidAttr, CXXUuidofExpr, and GUID template arguments and constants...Richard Smith
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev
2020-01-19[Concepts] Requires ExpressionsSaar Raz
2020-01-18Revert "[Concepts] Requires Expressions"Saar Raz
2020-01-18[Concepts] Requires ExpressionsSaar Raz