[clang] [clang][CodeGen] Set `dead_on_return` on indirect pointer arguments (PR #148159)
Antonio Frighetto via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 11 08:39:48 PDT 2025
antoniofrighetto wrote:
Experiencing some ASan failures, I suspect we are adding the attribute on arguments where we shouldn't (possibly C++ destructors).
https://github.com/llvm/llvm-project/pull/148159
More information about the cfe-commits
mailing list