[all-commits] [llvm/llvm-project] 4ffcec: Implement new AST matcher hasAnyCapture to match o...
AaronBallman via All-commits
all-commits at lists.llvm.org
Fri Jan 10 12:51:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ffcec40acebae7161ac7426edc68290bbaca2b8
https://github.com/llvm/llvm-project/commit/4ffcec40acebae7161ac7426edc68290bbaca2b8
Author: Reid <rhiro at google.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.
Accepts child matchers cxxThisExpr to match on capture of this and also on varDecl.
More information about the All-commits
mailing list