sstwcw added a comment.

Did you forget about GNU statement expressions?

  if (({
        foo();
        bar();
      })) {
  }



================
Comment at: clang/docs/ReleaseNotes.rst:804
 - Add ``KeepEmptyLinesAtEOF`` to keep empty lines at end of file.
+- Add ``RemoveParenthese`` to remove redundant parentheses.
 
----------------
The option is misspelled.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154484/new/

https://reviews.llvm.org/D154484

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to