[PATCH] Add readability-simplify-boolean-expr check to clang-tidy

Richard legalize at xmission.com
Sun Feb 15 12:37:00 PST 2015


Hmm... seems like it has a problem with an expression like `false || (true && false)`.  The two generated edits for the same line trample on each other.


http://reviews.llvm.org/D7648

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list