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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits