[ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary operators
authorStephen Kelly <steveire@gmail.com>
Sat, 2 Jan 2021 00:01:03 +0000 (00:01 +0000)
committerStephen Kelly <steveire@gmail.com>
Sat, 16 Jan 2021 12:53:11 +0000 (12:53 +0000)
commitdbe056c2e37f00b9f33ab63bba73dbb004e13562
tree60fcd7ad3421a60e6a3d84e3d4cff10174a2aa5a
parenta7101450a42e4f1ed5af1a38a6def08f1b5b58fe
[ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary operators

This makes them composable with mapAnyOf().

Differential Revision: https://reviews.llvm.org/D94128
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp