[PATCH] D34178: [analyzer] Increase minimum complexity filter of the CloneChecker.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 2 00:29:16 PDT 2017


NoQ added a comment.

Hmm, what else remains to be fixed before we should try to deliver CloneChecker to the users (move out of `alpha`, either on by default or into `optin`)?

I think we've had this problem with overlapping clones. I just thought that we could also probably fix it by trying to find clones within clones, with smaller complexity, and suppressing the report if our clones are composed of many copies of smaller clones(?)


https://reviews.llvm.org/D34178





More information about the cfe-commits mailing list