[PATCH] D124650: [clang-tidy] Simplify boolean expressions by DeMorgan's theorem

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 18:20:25 PDT 2022


LegalizeAdulthood added a comment.

In D124650#3486859 <https://reviews.llvm.org/D124650#3486859>, @njames93 wrote:

> I've done my own implementation, but its definitely over engineered, WDYT? D124806 <https://reviews.llvm.org/D124806>

Hey, that looks great at a glance.  I need to prepare for Utah C++ Programmers presentation on Wednesday, so I won't be able to revisit these recent reviews until next weekend probably.


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

https://reviews.llvm.org/D124650



More information about the cfe-commits mailing list