[clang] [Clang] Permit noescape on non-pointer types (PR #117344)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 12:07:01 PST 2024
efriedma-quic wrote:
I'm not sure I understand the intended meaning here. Is noescape on a struct argument supposed to recursively apply to every pointer field of the struct? If that's the intended meaning, should we restrict this to structs that have pointer fields?
https://github.com/llvm/llvm-project/pull/117344
More information about the cfe-commits
mailing list