[clang] [C] Disable use of NRVO (PR #101038)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 11:19:05 PDT 2024


efriedma-quic wrote:

We already have some code for detecting variable inits that access the variable; see isAccessedBy() in CGDecl.cpp.

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


More information about the cfe-commits mailing list