[PATCH] D64274: [analyzer] VirtualCallChecker overhaul.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 11:55:58 PDT 2019
NoQ added a comment.
Hmm, wait, i don't really break backwards compatibility. Fridays...
Previously we have impure-checking when we enable the optin checker and pureonly-checking when we disable the option.
I can easily bring back the option, only for the purposes of backwards compatibility, so that it was turning off impure-checking.
In this case we'll still have impure-checking when we enable the optin checker and pureonly-checking when we disable the option. The only difference is that pureonly-checking is now going to be on by default.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64274/new/
https://reviews.llvm.org/D64274
More information about the cfe-commits
mailing list