]> granicus.if.org Git - clang/commit
Add type checking for blocks.
authorSteve Naroff <snaroff@apple.com>
Thu, 4 Sep 2008 15:10:53 +0000 (15:10 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 4 Sep 2008 15:10:53 +0000 (15:10 +0000)
commit1c7d067550c2d9bca8997d0e67ee6b280d493202
tree5fbdbc051bcf3127dc1fedf982441d50db23854e
parent3a2c7449e356ed74552450bc1dd50691c8202770
Add type checking for blocks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55767 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Basic/DiagnosticKinds.def
lib/AST/ASTContext.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp