[all-commits] [llvm/llvm-project] dbe056: [ASTMatchers] Make cxxOperatorCallExpr matchers AP...
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sat Jan 16 05:21:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbe056c2e37f00b9f33ab63bba73dbb004e13562
https://github.com/llvm/llvm-project/commit/dbe056c2e37f00b9f33ab63bba73dbb004e13562
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-01-16 (Sat, 16 Jan 2021)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
[ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary operators
This makes them composable with mapAnyOf().
Differential Revision: https://reviews.llvm.org/D94128
More information about the All-commits
mailing list