[PATCH] D56303: [clang-tidy] Recognize labelled statements when simplifying boolean exprs

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 24 07:13:47 PST 2022


njames93 added a comment.

A large portion of the changes, especially in the checks implementation file, appear to be NFC stylistic or formatting only fixes. While these changes are generally good, they shouldn't be a part of this patch. Instead they should be committed in their own NFC patch.
This makes it much easier to review the relevant changes needed to implement this new behaviour.


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

https://reviews.llvm.org/D56303



More information about the cfe-commits mailing list