[PATCH] D105890: [NFC] Add paranthesis around logical expression to silence -Wlogical-op-parentheses warning.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 13 07:16:17 PDT 2021


thakis added a comment.

I think this is incorrect. See D105892 <https://reviews.llvm.org/D105892> and https://reviews.llvm.org/D104915#2873851 . Don't blindly land changes to suppress warnings – the warnings exist to tell us something :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105890



More information about the cfe-commits mailing list