[PATCH] D71321: [analyzer] CStringChecker: Warning text fixes.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 10 17:51:21 PST 2019
NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun, a_sidorin, rnkovacs, Szelethus, baloghadamsoftware, Charusso.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet.
Herald added a project: clang.
Fixes the problem mentioned in D66333#1726488 <https://reviews.llvm.org/D66333#1726488>. Additionally refers to `strcat` as "memory concatenation function" as opposed to "memory copy functions".
TODO: Add a flag to `VerifyDiagnosticConsumer` to match full messages by default.
Repository:
rC Clang
https://reviews.llvm.org/D71321
Files:
clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
clang/test/Analysis/bsd-string.c
clang/test/Analysis/bstring.c
clang/test/Analysis/cstring-ranges.c
clang/test/Analysis/null-deref-path-notes.c
clang/test/Analysis/null-deref-ps-region.c
clang/test/Analysis/string.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71321.233243.patch
Type: text/x-patch
Size: 16917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191211/948ea527/attachment.bin>
More information about the cfe-commits
mailing list