[PATCH] D64274: [analyzer] VirtualCallChecker overhaul.

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 13:07:01 PDT 2019


Szelethus added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:562
+  HelpText<"Check virtual function calls during construction/destruction">,
   Documentation<HasDocumentation>;
 
----------------
Szelethus wrote:
> Szelethus wrote:
> > `Dependencies<[PureVirtualCallChecker]>,`
> //Ackchyually//, we should have this the other way around for backward compatibility reasons :^) Sorry, oversight on my end.
Forgot this inline here, woops.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64274/new/

https://reviews.llvm.org/D64274





More information about the cfe-commits mailing list