[PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 14 03:57:56 PST 2016
hokein added inline comments.
================
Comment at: clang-move/ClangMove.cpp:139
+class ClassDeclarationMatcher : public MatchFinder::MatchCallback {
+public:
----------------
ioeric wrote:
> Why is this called a Matcher?
Rename it to a better name "Match".
https://reviews.llvm.org/D26515
More information about the cfe-commits
mailing list