[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)
commit3897b2dca1bc01cbb4d865d86711de3fe2ce9be0
treec499bed799eec89bbcc9b72b9e82a2e98ace4e2d
parent6071e1aa581eff5447ce99e5e599b59ea2ce4a62
[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

llvm-svn: 349004
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp