[PATCH] D50039: [LibCalls] Added nonnull atribute to libc function args
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 28 12:19:41 PDT 2018
efriedma added a comment.
> strncmp(d,s, 10) - we can mark "d", "s" as nonnull, right?
Yes, sure.
https://reviews.llvm.org/D50039
More information about the llvm-commits
mailing list