diff options
author | Alp Toker <alp@nuanti.com> | 2014-07-11 20:53:51 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-07-11 20:53:51 +0000 |
commit | 5d96e0a3a79534f4ab6fb91f4cfa3e01e199f26e (patch) | |
tree | 2c961bd7cc507d3848139353817fbb7477bbdff7 /clang/test/Analysis/exercise-ps.c | |
parent | 4ce9863d0bc423bb4616e6ca14337e6c900339b8 (diff) | |
download | bcm5719-llvm-5d96e0a3a79534f4ab6fb91f4cfa3e01e199f26e.tar.gz bcm5719-llvm-5d96e0a3a79534f4ab6fb91f4cfa3e01e199f26e.zip |
Consolidate header inclusion diagnostics
Make argument orders match, unify diagnostic IDs and reword the message to be a
little less saccharine.
llvm-svn: 212845
Diffstat (limited to 'clang/test/Analysis/exercise-ps.c')
-rw-r--r-- | clang/test/Analysis/exercise-ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> or explicitly provide a declaration for 'memcpy'}} + // expected-note{{include the header <string.h> or explicitly provide a declaration for 'memcpy'}} } |