[all-commits] [llvm/llvm-project] d86fea: [clang] Update diagnostics for type aware allocators

Oliver Hunt via All-commits all-commits at lists.llvm.org
Mon Jul 14 00:27:47 PDT 2025


  Branch: refs/heads/users/ojhunt/type-aware-allocator-extension
  Home:   https://github.com/llvm/llvm-project
  Commit: d86fea4e16dc9962f87a8969e74b62767476ec30
      https://github.com/llvm/llvm-project/commit/d86fea4e16dc9962f87a8969e74b62767476ec30
  Author: Oliver Hunt <oliver at apple.com>
  Date:   2025-07-14 (Mon, 14 Jul 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/SemaCXX/type-aware-class-scoped-mismatched-constraints.cpp
    M clang/test/SemaCXX/type-aware-coroutines.cpp
    M clang/test/SemaCXX/type-aware-new-constexpr.cpp
    M clang/test/SemaCXX/type-aware-new-delete-arrays.cpp
    M clang/test/SemaCXX/type-aware-new-delete-basic-free-declarations.cpp
    M clang/test/SemaCXX/type-aware-new-delete-basic-in-class-declarations.cpp
    M clang/test/SemaCXX/type-aware-new-delete-basic-resolution.cpp
    M clang/test/SemaCXX/type-aware-new-delete-qualifiers.cpp
    M clang/test/SemaCXX/type-aware-new-delete-transparent-contexts.cpp
    M clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
    M clang/test/SemaCXX/type-aware-placement-operators.cpp

  Log Message:
  -----------
  [clang] Update diagnostics for type aware allocators

Alas reflection pushed p2719 out of C++26, so this PR changes
the diagnostics to reflect that for now type aware allocation
is functionally a clang extension.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list