LegalizeAdulthood updated this revision to Diff 180184.
LegalizeAdulthood added a comment.
clang-format
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56303/new/
https://reviews.llvm.org/D56303
Files:
clang-tidy/readability/SimplifyBooleanExprCheck.cpp
clang-tidy/readability/Simplif
LegalizeAdulthood created this revision.
LegalizeAdulthood added a reviewer: cfe-commits.
LegalizeAdulthood added a project: clang-tools-extra.
Structure this similarly to the way replaceCompoundReturnWithCondition works.
- Add readability-simplify-boolean-expr test cases for case stmt
- Add read