================

----------------
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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to