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

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 13:09:17 PST 2022


LegalizeAdulthood added a comment.

In D56303#3272711 <https://reviews.llvm.org/D56303#3272711>, @aaron.ballman wrote:

> The rule of thumb is: if you have significant NFC changes,
> do them first and push the changes (often doesn't even
> require a review because it's NFC, but that depends on
> what comfort level you have about the changes being NFC),
> and then do the functional changes on top of the improved
> code.

This is reasonable, but is it written down anywhere so that people
don't have to through this trial by fire every time? `:)`


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

https://reviews.llvm.org/D56303



More information about the cfe-commits mailing list