aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit-recursive-block.c
AgeCommit message (Collapse)Author
2012-03-08improve on diagnostic when block captures uninitializedFariborz Jahanian
block variable. // rdar://10817031 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152273 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-08improve on diagnostic and provide a fixit hint whenFariborz Jahanian
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