[PATCH] D45177: CStringChecker, check strlcpy/strlcat

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 2 16:43:27 PDT 2018


NoQ added a comment.

Yay that was fast, thanks!

Could we have tests for the return value? Like, concatenate a couple of concrete string literals and verify the return value via `clang_analyzer_eval()`.


https://reviews.llvm.org/D45177





More information about the cfe-commits mailing list