From bab175ec4b075c8076ba14c762900392533f6ee4 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:18:08 +0000 Subject: Vendor import of clang trunk r290819: https://llvm.org/svn/llvm-project/cfe/trunk@290819 --- test/Analysis/inline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Analysis/inline.cpp') diff --git a/test/Analysis/inline.cpp b/test/Analysis/inline.cpp index b7962b53a89b2..9fc4f81c05b62 100644 --- a/test/Analysis/inline.cpp +++ b/test/Analysis/inline.cpp @@ -441,6 +441,6 @@ namespace rdar12409977 { namespace bug16307 { void one_argument(int a) { } void call_with_less() { - reinterpret_cast(one_argument)(); // expected-warning{{Function taking 1 argument}} + reinterpret_cast(one_argument)(); // expected-warning{{Function taking 1 argument is called with fewer (0)}} } } -- cgit v1.3