From: Zhongxing Xu Date: Tue, 8 Dec 2009 05:05:26 +0000 (+0000) Subject: brace completion. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77f41659186b1f731ce6e82eb904330a21ddf639;p=clang brace completion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90833 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BlockImplementation.txt b/docs/BlockImplementation.txt index b2ad40576b..c420455979 100644 --- a/docs/BlockImplementation.txt +++ b/docs/BlockImplementation.txt @@ -292,7 +292,7 @@ would be rewritten to be: int flags; //refcount; int size; int captured_i; - } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11; + } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11 }; i.forwarding->captured_i = 11;