]> granicus.if.org Git - clang/commitdiff
FIXME complete.
authorJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 03:10:28 +0000 (03:10 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 03:10:28 +0000 (03:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95059 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp

index 8f919f53159127859a000e1fe821c16602b8e2e1..6edf079b3524f4561daef55ce5df8ef7449d2078 100644 (file)
@@ -1,7 +1,6 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 
 namespace test0 {
-  // FIXME: this second note is horrible.
   template<class T> void apply(T x, void (*f)(T)) { f(x); } // expected-note 2 {{failed template argument deduction}}\
   // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}}