[PATCH] D16922: [clang-tidy] Added check-fixes for misc-virtual-near-miss.

Cong Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 06:15:53 PST 2016


congliu added a comment.

The strategy has changed. Now this check does not ignore template in instantiation, instead, it generate a single warning for some instantiation and ignore others, so that fix is able to apply.
We do this to walk around the function copied from ASTMatchFinder, since it's incorrect for some tricky situation. And make sense to analyse overriding only when there is fully instantiation of the primary template.


http://reviews.llvm.org/D16922





More information about the cfe-commits mailing list