[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 14:18:30 PST 2016


dcoughlin updated this revision to Diff 79981.
dcoughlin added a comment.

- Update the diagnostic to be explicit about whether the issue occurs during construction or destruction
- Add test for pure, intraprocedural case (Sema also catches this).


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.79981.patch
Type: text/x-patch
Size: 12214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161201/87ac968b/attachment-0001.bin>


More information about the cfe-commits mailing list