[PATCH] D39422: [analyzer] pr34779: CStringChecker: Don't get crashed by non-standard standard library function definitions.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 03:31:47 PDT 2017


xazax.hun added inline comments.


================
Comment at: test/Analysis/string-with-signedness.c:1
+// RUN: %clang_analyze_cc1 -Wno-incompatible-library-redeclaration -analyzer-checker=core,unix.cstring,alpha.unix.cstring -verify %s
+
----------------
NoQ wrote:
> We do have a warning for this.
Oh, so we already have a warning for this. Good :)


https://reviews.llvm.org/D39422





More information about the cfe-commits mailing list