[clang] [LifetimeSafety] Introduce buildOriginFlowChain for use-after-scope (PR #199345)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Sun May 24 10:00:24 PDT 2026
================
----------------
usx95 wrote:
Can you add tests for paren expr
```cpp
std::string s;
std::string_view a = ((s));
std::string_view b = ((a));
// ...
```
https://github.com/llvm/llvm-project/pull/199345
More information about the cfe-commits
mailing list