]> granicus.if.org Git - clang/commit
[clang] Add AST matcher for block expressions 🔍
authorStephane Moore <mog@google.com>
Thu, 13 Dec 2018 03:35:10 +0000 (03:35 +0000)
committerStephane Moore <mog@google.com>
Thu, 13 Dec 2018 03:35:10 +0000 (03:35 +0000)
commitf097a78ffecaf2e2f63b53ff71acdec785246797
treee9ff30c88baa3095e92cfb2a0382f256ae338835
parent566a328da57f9670e536f191646c3eb08dfba05d
[clang] Add AST matcher for block expressions 🔍

Summary:
This change adds a new AST matcher for block expressions.

Test Notes:
Ran the clang unit tests.

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D55546

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349004 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp