[all-commits] [llvm/llvm-project] f1985d: [clang] Ensure type aware allocators handle transp...

Oliver Hunt via All-commits all-commits at lists.llvm.org
Mon May 5 22:39:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1985d583d283fc662c94ef39feeb58bed19ac2c
      https://github.com/llvm/llvm-project/commit/f1985d583d283fc662c94ef39feeb58bed19ac2c
  Author: Oliver Hunt <oliver at apple.com>
  Date:   2025-05-05 (Mon, 05 May 2025)

  Changed paths:
    M clang/lib/Sema/SemaExprCXX.cpp
    A clang/test/SemaCXX/type-aware-new-delete-transparent-contexts.cpp

  Log Message:
  -----------
  [clang] Ensure type aware allocators handle transparent decl contexts (#138616)

We were testing the immediate DeclContext for found new and delete
operators, which is incorrect if the declarations are contained by a
transparent decl as can be induced with extern or export statements.



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