benshi001 wrote:

How about only remove the second `return State` ? The removal of the first one 
may be less readable. But for the second one, it is very near to the final 
`return State`.  It may looks strange for very near `return State`s.

```
if () {
   return State;
}
return State;
```

https://github.com/llvm/llvm-project/pull/71394
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to