[PATCH] D24183: A clang tool for changing surrouding namespaces of class/function definitions.

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 02:57:53 PDT 2016


omtcyfz added inline comments.

================
Comment at: change-namespace/ChangeNamespace.cpp:448
@@ +447,3 @@
+      continue;
+    const std::string &FilePath = FileAndNsMoves.first;
+    auto &Replaces = FileToReplacements[FilePath];
----------------
`StringRef` here too.


https://reviews.llvm.org/D24183





More information about the cfe-commits mailing list