This revision was automatically updated to reflect the committed changes.
Closed by commit rG74c270f33eb1: [ASTMatchers] Don't forward matchers in
MapAnyOf (authored by njames93).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98497/new/
https://revi
njames93 created this revision.
njames93 added reviewers: aaron.ballman, steveire, klimek.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Forwarding these means that if an r-value reference is passed, the matcher will
be moved. H