[libcxx-commits] [libcxx] Add [[clang::lifetimebound]] to numerous functions in libc++ include headers (PR #112751)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 24 07:26:00 PDT 2025


higher-performance wrote:

Ah that's great to know. By any chance would you be able to share some examples(s) of the kinds of false positives you're saying here? Simply the syntax of the line of the call site is likely enough (and you can of course obfuscate the names), it might not be necessary for it to compile for us to be able to tell what the cause is. I'm mainly wondering if these are known limitations (e.g., you have a dangling view but only query its size) or if they're unintended ones.

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


More information about the libcxx-commits mailing list