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

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 08:23:58 PST 2024


Xazax-hun wrote:

> Why should this live upstream if it basically only benefits a single downstream?

This is a fair question, my intuition was that if the need came up multiple times independently, it might be worth to have it upstream. But it is also fair to wait until there is an actual upstream user, or multiple downstream users. I am OK with closing this and keep it downstream until either of those happens. The only risk is downstream users diverging, which is something we can always deal with during the RFC process before something is upstreamed. 

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


More information about the cfe-commits mailing list