summaryrefslogtreecommitdiff
path: root/test/FixIt/fixit-recursive-block.c
Commit message (Collapse)AuthorAgeFilesLines
* improve on diagnostic when block captures uninitializedFariborz Jahanian2012-03-081-1/+1
| | | | | | | block variable. // rdar://10817031 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152273 91177308-0d34-0410-b5e6-96231b3b80d8
* improve on diagnostic and provide a fixit hint whenFariborz Jahanian2012-03-081-0/+12
an uninitialized block variable is being called inside the block literal. // rdar://10817031 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152271 91177308-0d34-0410-b5e6-96231b3b80d8