forked from OSchip/llvm-project
Add a question mark to the end of an interrogatory warning.
llvm-svn: 233982
This commit is contained in:
parent
6e11073b3e
commit
d05ba3aae3
|
@ -1553,7 +1553,7 @@ def warn_uninit_byref_blockvar_captured_by_block : Warning<
|
|||
"block pointer variable %0 is uninitialized when captured by block">,
|
||||
InGroup<Uninitialized>, DefaultIgnore;
|
||||
def note_block_var_fixit_add_initialization : Note<
|
||||
"did you mean to use __block %0">;
|
||||
"did you mean to use __block %0?">;
|
||||
def note_in_omitted_aggregate_initializer : Note<
|
||||
"in implicit initialization of %select{array element %1|field %1}0 "
|
||||
"with omitted initializer">;
|
||||
|
|
Loading…
Reference in New Issue