This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] CStringChecker: Warning text fixes.
ClosedPublic

Authored by NoQ on Dec 10 2019, 5:43 PM.

Details

Summary

Fixes the problem mentioned in 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.

Diff Detail