[clang] [Clang] Permit noescape on non-pointer types (PR #117344)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 06:47:22 PST 2024


https://github.com/erichkeane commented:

I would still like to see a CodeGen test for this to show that it modifies the LLVM-IR.  

I see the attribute is referenced once in our codegen (`CodeGenTypes::arrangeObjCMessageSendSignature`), which looks to modify the IR, so I'd like to see a test that validates this changes with these types.



https://github.com/llvm/llvm-project/pull/117344


More information about the cfe-commits mailing list