]> granicus.if.org Git - clang/commit
Introduce a utility routine for checking whether a block's captures
authorJohn McCall <rjmccall@apple.com>
Wed, 15 Jun 2011 22:51:16 +0000 (22:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 15 Jun 2011 22:51:16 +0000 (22:51 +0000)
commit204e13395d83524e9a557c3f3fd6df2e2f353b9d
treebb49ede0f64e9145fe32fbdb9758d6ab7cede613
parentadd80bb3957dba1d9389304453c0a4c975768bd7
Introduce a utility routine for checking whether a block's captures
include a specific variable.

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