]> granicus.if.org Git - clang/commit
Downgrade incompatible block pointer error to a warning (to be consistent with incomp...
authorSteve Naroff <snaroff@apple.com>
Wed, 24 Sep 2008 23:31:10 +0000 (23:31 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 24 Sep 2008 23:31:10 +0000 (23:31 +0000)
commitba80c9abccd97d9771c1dfa1a862e66ddd4daedd
tree425da5f79a91aa2df26c99c54d007bcf819e5170
parentcc2ece2e362085ef50af5af69558ed67f7ed73e0
Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56595 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaExpr.cpp
test/Sema/block-call.c
test/Sema/block-return.c