[all-commits] [llvm/llvm-project] e810e9: [ASTMatchers] Add binaryOperation matcher
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sat Jan 16 05:48:33 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e810e95e4bb908d1c8844e2c6f7da999732cabc9
https://github.com/llvm/llvm-project/commit/e810e95e4bb908d1c8844e2c6f7da999732cabc9
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-01-16 (Sat, 16 Jan 2021)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/tools/dump_ast_matchers.py
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Marshallers.h
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
[ASTMatchers] Add binaryOperation matcher
This is a simple utility which allows matching on binaryOperator and
cxxOperatorCallExpr. It can also be extended to support
cxxRewrittenBinaryOperator.
Add generic support for MapAnyOfMatchers to auto-marshalling functions.
Differential Revision: https://reviews.llvm.org/D94129
More information about the All-commits
mailing list