> --- 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.

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to