[PATCH] D81272: [clang-tidy] New check `misc-redundant-condition`

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 08:11:21 PDT 2020


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-redundant-condition.rst:6
+
+Finds condition variables in nested `if` statements that were also checked in
+the outer `if` statement and were not changed.
----------------
Please use double back-ticks for language constructs. Same below.


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

https://reviews.llvm.org/D81272





More information about the cfe-commits mailing list