================
@@ -1239,13 +1270,15 @@ void parentheses(bool cond) {
   MyObj* p;
----------------
suoyuan666 wrote:

Do you mean the `simpleparen` case?

```cpp
void simpleparen() {
  MyObj* p;
  {
    MyObj a;
    MyObj* b = &a;
    p = (((b)));
  }
  (void)*p;
}
```

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