[PATCH] D65180: [analyzer] VirtualCallChecker: Improve warning messages.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 18:28:54 PDT 2019
NoQ updated this revision to Diff 211397.
NoQ added a comment.
- Print only class name::method name instead of a fully qualified name, because fully qualified names may get pretty long.
- Remove more dead code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65180/new/
https://reviews.llvm.org/D65180
Files:
clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
clang/test/Analysis/virtualcall.cpp
clang/test/Analysis/virtualcall.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65180.211397.patch
Type: text/x-patch
Size: 8789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190724/dc9465e7/attachment-0001.bin>
More information about the cfe-commits
mailing list