]> granicus.if.org Git - clang/commit
Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for...
authorSteve Naroff <snaroff@apple.com>
Thu, 4 Sep 2008 16:56:14 +0000 (16:56 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 4 Sep 2008 16:56:14 +0000 (16:56 +0000)
commit39218dfef550ad1cd7b7ece83a715996a113ffd1
tree11e4fb2a7fff1dc7061bd61404f8829dd40609de
parentbfdcae678d44906293e21c0cddc6537f3ee8b5a4
Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for block pointers.
Added a couple FIXME's wrt PointLikeType. If the author reads this, it would be great to get some background on this class (thanks in advance).

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