No functionality change.
This is a refactoring patch, which makes the code more readable and easy
to extend it to support more types.
Differential D26515
[clang-move] Abstract a ClassMather for matching class declarations. ClosedPublic Authored by hokein on Nov 10 2016, 11:20 AM.
Details Summary No functionality change. This is a refactoring patch, which makes the code more readable and easy
Diff Detail
Event Timeline
hokein marked 3 inline comments as done. Comment ActionsAddress comments.
hokein marked 2 inline comments as done. Comment ActionsSplit to small functions.
ioeric edited edge metadata. Comment ActionsLg with a few comments. (There are two empty comments that can't be deleted due to a phabricator bugs...)
This revision is now accepted and ready to land.Nov 14 2016, 4:57 AM hokein marked 2 inline comments as done. hokein edited edge metadata. Comment ActionsAddress remaining comments. Closed by commit rL286825: [clang-move] Abstract a ClassMather for matching class declarations. (authored by hokein). · Explain WhyNov 14 2016, 6:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 77788 clang-move/ClangMove.h
clang-move/ClangMove.cpp
|
Simply MatchCallbacks would be a better name IMO.