summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-recursive-block.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka2019-04-231-3/+9
| | | | | | | | | | | recursively captured. Under ARC, a block variable is zero-initialized when it is recursively captured by the block literal initializer. rdar://problem/11022762 llvm-svn: 359049
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-1/+1
| | | | llvm-svn: 233981
* improve on diagnostic when block captures uninitializedFariborz Jahanian2012-03-081-1/+1
| | | | | | block variable. // rdar://10817031 llvm-svn: 152273
* 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 llvm-svn: 152271
OpenPOWER on IntegriCloud