[PATCH] D34275: [analyzer] Re-implemente current virtual calls checker in a path-sensitive way
wangxin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 08:44:00 PDT 2017
wangxindsb updated this revision to Diff 105440.
wangxindsb added a comment.
- Rename the BugType.
- Correct the code style to be clang format.
- Rename the arguments to start with uppercase letter.
- Add the support to check for the constructor called by the New expr.
You don't need to put effort to review the code, because I will make some changes to the bug report system and the GDM of the checker which has not been done now.
https://reviews.llvm.org/D34275
Files:
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
test/Analysis/virtualcall.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34275.105440.patch
Type: text/x-patch
Size: 30455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170706/8a3aeac9/attachment-0001.bin>
More information about the cfe-commits
mailing list