[PATCH] D54757: [clang-tidy] new check: bugprone-branch-clone

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 08:24:05 PST 2018


JonasToth added a comment.

LGTM, could you please run this check over real world code and check that there are no obvious false positives?



================
Comment at: docs/clang-tidy/checks/bugprone-branch-clone.rst:10
+
+  .. code-block:: c++
+
----------------
please do not indent the `.. code-block:: c++` but just the code itself, (following too)


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D54757





More information about the cfe-commits mailing list