From 5d96e0a3a79534f4ab6fb91f4cfa3e01e199f26e Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 11 Jul 2014 20:53:51 +0000 Subject: Consolidate header inclusion diagnostics Make argument orders match, unify diagnostic IDs and reword the message to be a little less saccharine. llvm-svn: 212845 --- clang/test/Analysis/exercise-ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/exercise-ps.c') diff --git a/clang/test/Analysis/exercise-ps.c b/clang/test/Analysis/exercise-ps.c index 675dd4ebf61..03b6874b68e 100644 --- a/clang/test/Analysis/exercise-ps.c +++ b/clang/test/Analysis/exercise-ps.c @@ -19,5 +19,5 @@ static void f2(void *buf) { F12_typedef* x; x = f2_helper(); memcpy((&x[1]), (buf), 1); // expected-warning{{implicitly declaring library function 'memcpy' with type 'void *(void *, const void *}} \ - // expected-note{{please include the header or explicitly provide a declaration for 'memcpy'}} + // expected-note{{include the header or explicitly provide a declaration for 'memcpy'}} } -- cgit v1.2.3