[PATCH] D22982: [CloneDetector] No longer reporting clones that don't have a common referenced variable pattern.

Raphael Isemann via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 31 18:39:30 PDT 2016


teemperor added a comment.

I've deleted false-positives.cpp because all false-positives in there are now resolved and the test did no longer serve a purpose. We could leave the test file in there, but I think new false-positives either belong to an existing test category or deserve their own named test file (e.g. macros.cpp would contain tests for macros and related false-positives with a FIXME remark). Opinions?


https://reviews.llvm.org/D22982





More information about the cfe-commits mailing list