[PATCH] D26493: [clang-move] Make the output code look more pretty.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 10 10:48:12 PST 2016
ioeric added inline comments.
================
Comment at: clang-move/ClangMove.cpp:273
}
+ bool IsNamespaceStart = false;
while (DeclIt != DeclNamespaces.end()) {
----------------
It's been a while since the last time I reviewed this, and I need to struggle to understand what CurrentNamespaces, NextNamespaces, and IsNamespaceStart are... some comments for them are really appreciated.
https://reviews.llvm.org/D26493
More information about the cfe-commits
mailing list