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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 21 06:39:46 PST 2018


Eugene.Zelenko added a comment.

In https://reviews.llvm.org/D54757#1305114, @whisperity wrote:

> Bar the previous comments, I really like this. The test suite is massive and well-constructed. Do we know of any real-world findings, maybe even from LLVM?


GCC 7 introduced -Wduplicated-branches, so will be good idea to run this check on associated regression(s).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54757





More information about the cfe-commits mailing list