[all-commits] [llvm/llvm-project] 7cde97: [clang] Update diagnostics and documentation for t...

Oliver Hunt via All-commits all-commits at lists.llvm.org
Mon Jul 14 19:20:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cde97423347d8f7eb4a3967f98b274be8ff621f
      https://github.com/llvm/llvm-project/commit/7cde97423347d8f7eb4a3967f98b274be8ff621f
  Author: Oliver Hunt <oliver at apple.com>
  Date:   2025-07-14 (Mon, 14 Jul 2025)

  Changed paths:
    A clang/docs/CXXTypeAwareAllocators.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/index.rst
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/lib/Frontend/InitPreprocessor.cpp
    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 and documentation for type aware allocators (#148576)

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