forked from OSchip/llvm-project
Diagnostics should start with a lower-case letter.
llvm-svn: 155936
This commit is contained in:
parent
1b02e4a52d
commit
711d12ef97
|
@ -1536,7 +1536,7 @@ def err_invalid_nsnumber_type : Error<
|
|||
def err_undeclared_nsstring : Error<
|
||||
"cannot box a string value because NSString has not been declared">;
|
||||
def err_objc_illegal_boxed_expression_type : Error<
|
||||
"Illegal type %0 used in a boxed expression">;
|
||||
"illegal type %0 used in a boxed expression">;
|
||||
def err_undeclared_nsarray : Error<
|
||||
"NSArray must be available to use Objective-C array literals">;
|
||||
def err_undeclared_nsdictionary : Error<
|
||||
|
|
Loading…
Reference in New Issue