[PATCH] D43798: [analyzer] UndefinedAssignment: Fix warning message on implicit copy/move constructors.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 27 13:32:38 PST 2018
NoQ updated this revision to Diff 136145.
NoQ marked 2 inline comments as done.
NoQ added a comment.
Use `SmallString`.
Add some test for base-class implicit constructors to see how it currently works (not ideal but good enough).
https://reviews.llvm.org/D43798
Files:
lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
test/Analysis/implicit-ctor-undef-value.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43798.136145.patch
Type: text/x-patch
Size: 4165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180227/b055ba1a/attachment.bin>
More information about the cfe-commits
mailing list