Add matchDynamic convenience functions
authorStephen Kelly <steveire@gmail.com>
Fri, 6 Dec 2019 23:50:07 +0000 (23:50 +0000)
committerStephen Kelly <steveire@gmail.com>
Sat, 7 Dec 2019 00:01:29 +0000 (00:01 +0000)
commit2e8dc8590d8b412a131b127e7aa4aad0d7fc7fa0
treeadc16c9558dafbfc798510e7ad7e5b9aea910e91
parent3131249204bcb85e506332ea07a3101b7f656fce
Add matchDynamic convenience functions

Summary: These correspond to the existing match() free functions.

Reviewers: aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D54406
clang/include/clang/ASTMatchers/ASTMatchFinder.h
clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp