[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:48:59 PST 2016
dcoughlin updated this revision to Diff 79992.
dcoughlin added a comment.
- Add a PureOnly analyzer-config option that, when set, will limit diagnostics to calls to only pure virtual functions.
This should have gone in with the prevision updated diff; my apologies for the noise.
https://reviews.llvm.org/D26768
Files:
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
test/Analysis/dtor.cpp
test/Analysis/virtualcall.cpp
test/Analysis/virtualcall.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26768.79992.patch
Type: text/x-patch
Size: 13388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161201/d14dab74/attachment.bin>
More information about the cfe-commits
mailing list