]> granicus.if.org Git - clang/commit
Refactor the dependence computation for DeclRefExpr so that we can
authorDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 21:52:31 +0000 (21:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 21:52:31 +0000 (21:52 +0000)
commitd967e31ee796efff24b84b704a063634f6b55627
tree0d8a763a46d31026bf8b81ecdff2947ba0161ac7
parenta779d9ca2fdf1247f65de0e6acf2870d8be53ccd
Refactor the dependence computation for DeclRefExpr so that we can
reuse it for BlockDeclRefExpr. Do so, fixing the dependence calculate
for BlockDeclRefExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123851 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Expr.cpp
test/SemaObjCXX/blocks.mm