[PATCH] D26768: [analyzer] Improve VirtualCallChecker diagnostics and move out of alpha
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 1 15:50:43 PST 2016
dcoughlin marked 2 inline comments as done.
dcoughlin added a comment.
In https://reviews.llvm.org/D26768#607157, @zaks.anna wrote:
> Not sure if we should make pure vs not an option so that users could turn the checking off. Is there a way to suppress the warning?
There is not a way to suppress this. I've added an analyzer-config option to limit diagnostics to pure-virtual calls only.
https://reviews.llvm.org/D26768
More information about the cfe-commits
mailing list