[all-commits] [llvm/llvm-project] b12d78: [clang] Ensure type aware allocators handle transp...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Mon May 5 16:43:35 PDT 2025
Branch: refs/heads/users/ojhunt/type-aware-allocators-incorrect-decl-diagnosed
Home: https://github.com/llvm/llvm-project
Commit: b12d78087c521d61f3e078d5a0d79889b17fbde9
https://github.com/llvm/llvm-project/commit/b12d78087c521d61f3e078d5a0d79889b17fbde9
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M clang/lib/Sema/SemaExprCXX.cpp
Log Message:
-----------
[clang] Ensure type aware allocators handle transparent decl contexts
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