[clang] [WIP][clang]: Implement a conditional lifetimebound_if builtin. (PR #125520)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 13:19:40 PST 2025
hokein wrote:
> auto& value = m[std::string_view(std::string())]; // Doesn't get caught
This case is supported as well, https://godbolt.org/z/KKsvd8Kx1.
https://github.com/llvm/llvm-project/pull/125520
More information about the cfe-commits
mailing list