[PATCH] D55873: [analyzer] CStringChecker: Fix a crash when an argument of a weird type is encountered.
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 18 20:36:16 PST 2018
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/Analysis/string.cpp:23
+
+// A similarly weird override outside of the class.
+void *memcpy(void *, const S &, size_t);
----------------
I'm pretty sure you mean 'overload' instead of 'override' here and elsewhere.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55873/new/
https://reviews.llvm.org/D55873
More information about the cfe-commits
mailing list