Commit Graph

3 Commits

Author SHA1 Message Date
Eric Christopher 2f07baafb2 Unify warnings/errors from "maybe you meant" to "did you mean".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233981 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-02 22:10:06 +00:00
Fariborz Jahanian 9ae3a36473 improve on diagnostic when block captures uninitialized
block variable. // rdar://10817031


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152273 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-08 00:52:24 +00:00
Fariborz Jahanian a34194f035 improve on diagnostic and provide a fixit hint when
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
2012-03-08 00:22:50 +00:00