Author: rjmccall
Date: Mon Feb 1 21:10:28 2010
New Revision: 95059
URL: http://llvm.org/viewvc/llvm-project?rev=95059&view=rev
Log:
FIXME complete.
Modified:
cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp
Modified:
cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp?rev=95059&r1=95058&r2=95059&view=diff
==============================================================================
--- cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp
(original)
+++ cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp
Mon Feb 1 21:10:28 2010
@@ -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)'}}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits