Make the diagnostic for "unexpected ':' in nested name specifier" a bit easier on the eyes.

llvm-svn: 155741
This commit is contained in:
Nico Weber 2012-04-27 22:50:22 +00:00
parent bf217c8c14
commit e8e1d7e799
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ def err_templated_using_directive : Error<
def err_templated_using_declaration : Error< def err_templated_using_declaration : Error<
"cannot template a using declaration">; "cannot template a using declaration">;
def err_unexected_colon_in_nested_name_spec : Error< def err_unexected_colon_in_nested_name_spec : Error<
"unexpected ':' in nested name specifier">; "unexpected ':' in nested name specifier; did you mean '::'?">;
def err_bool_redeclaration : Error< def err_bool_redeclaration : Error<
"redeclaration of C++ built-in type 'bool'">; "redeclaration of C++ built-in type 'bool'">;
def ext_c11_static_assert : Extension< def ext_c11_static_assert : Extension<