From: Richard Smith Date: Fri, 10 Feb 2012 09:37:07 +0000 (+0000) Subject: --lies. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09aaaa43cd5e24d21c666350476802e7d01d6988;p=clang --lies. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150240 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaTemplate/instantiate-complete.cpp b/test/SemaTemplate/instantiate-complete.cpp index 4b27da7349..68d5ae3cfb 100644 --- a/test/SemaTemplate/instantiate-complete.cpp +++ b/test/SemaTemplate/instantiate-complete.cpp @@ -28,7 +28,6 @@ void test_subscript(X *ptr1, X *ptr2, int i) { void test_arith(X *ptr1, X *ptr2, X *ptr3, X *ptr4) { (void)(ptr1 + 5); - // FIXME: if I drop the ')' after void, below, it still parses (!) (void)(5 + ptr2); (void)(ptr3 + 5); // expected-note{{in instantiation of template class 'X' requested here}} (void)(5 + ptr4); // expected-note{{in instantiation of template class 'X' requested here}} @@ -145,4 +144,3 @@ namespace PR8425 { BaseT bt(ft); } } -