Add a question mark to the end of an interrogatory warning.

llvm-svn: 233982
This commit is contained in:
Eric Christopher 2015-04-02 22:30:23 +00:00
parent 6e11073b3e
commit d05ba3aae3
1 changed files with 1 additions and 1 deletions

View File

@ -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">;