[cfe-commits] r132672 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaOverload.cpp test/SemaTemplate/dependent-names.cpp test/SemaTemplate/instantiate-call.cpp www/compatibility.html
Jay Foad
jay.foad at gmail.com
Mon Jun 13 07:27:57 PDT 2011
> --- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
> +++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sun Jun 5 17:42:48 2011
> @@ -2173,6 +2173,10 @@
> def err_undeclared_var_use : Error<"use of undeclared identifier %0">;
> def note_dependent_var_use : Note<"must qualify identifier to find this "
> "declaration in dependent base class">;
> +def err_not_found_by_two_phase_lookup : Error<"call to function %0 that is neither "
> + "visible in the template definition nor found by argument dependent lookup">;
"argument-dependent" should be hyphenated here. :-)
Jay.
More information about the cfe-commits
mailing list