[PATCH] D128402: [clang-tidy] Don't treat invalid branches as identical

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 16:56:13 PDT 2022


njames93 added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/bugprone/branch-clone-unknown-expr.cpp:1
+// RUN: %check_clang_tidy -fix-errors %s bugprone-branch-clone %t
+
----------------
is -fix-errors necessary here, given we aren't verifying any fixits?


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

https://reviews.llvm.org/D128402



More information about the cfe-commits mailing list