summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-recursive-block.c
Commit message (Collapse)AuthorAgeFilesLines
* 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