[ASTMatchers] Fix traversal matchers with explicit and defaulted methods
authorStephen Kelly <steveire@gmail.com>
Sat, 26 Dec 2020 16:22:32 +0000 (16:22 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 5 Jan 2021 15:22:21 +0000 (15:22 +0000)
commit7e4f53f748d3c97f0b9b852bfbcab0740aba521b
treeaf914b59b1f8938e4b1390737b5bffd6180ac2e3
parent3d5b18a3fdf47ae2286642131e4a92968dd01c2a
[ASTMatchers] Fix traversal matchers with explicit and defaulted methods

Differential Revision: https://reviews.llvm.org/D94030
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/lib/ASTMatchers/ASTMatchFinder.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp