[libcxx-commits] [libcxx] Add [[clang::lifetimebound]] to numerous functions in libc++ include headers (PR #112751)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 28 08:24:13 PDT 2024
higher-performance wrote:
Ah wow, thanks for isolating that. It feels like the ` [[gsl::Pointer]]`/` [[gsl::Owner]]` analyzer strips off a layer of references/pointers when it shouldn't. This would be a blocker for us deploying the PR as-is, so we'll have to either fix it or temporarily strip out some of the annotations from the PR.
https://github.com/llvm/llvm-project/pull/112751
More information about the libcxx-commits
mailing list