[ASTMatchers] Don't forward matchers in MapAnyOf
Forwarding these means that if an r-value reference is passed, the matcher will be moved. However it appears this happens for each mapped node matcher, resulting in use-after-move issues. Reviewed By: steveire Differential Revision: https://reviews.llvm.org/D98497
Loading
Please sign in to comment