[PATCH] D30034: [clang-tidy] Fix a false positive for explicit template instantiations in misc-unused-using-decls.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 02:59:43 PST 2017


alexfh added a comment.

>   it may introduce true positives

True positives is all we need from clang-tidy checks ;) I guess, you meant "false negatives" (https://en.wikipedia.org/wiki/False_positives_and_false_negatives).

The main question here is whether we should extend the AST instead of hacking around its limitations. It's probably best to discuss with Richard Smith.


https://reviews.llvm.org/D30034





More information about the cfe-commits mailing list