[PATCH] D25309: [clang-move] Support moving multiple classes in one run.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 10:21:35 PDT 2016


hokein added inline comments.


> ioeric wrote in ClangMove.cpp:316
> What would happen if `InMovedClassNames == false`?

"InMovedClassNames" should not be false in the matcher. Added an assert.

https://reviews.llvm.org/D25309





More information about the cfe-commits mailing list