sammccall accepted this revision.
sammccall added inline comments.

================
Comment at: lib/Tooling/Refactoring/Rename/RenamingAction.cpp:116
+      /*Description=*/
+      R"(Finds and renames qualified symbols in code with no indexer support.
+It is used to move/rename a symbol to a new namespace/name:
----------------
"with no indexer support" isn't meaningful to users I think - "within a 
translation unit" or "within a source file"?


================
Comment at: lib/Tooling/Refactoring/Rename/RenamingAction.cpp:132
+
+  New code fter rename:
+    namespace foo {
----------------
fter -> after


https://reviews.llvm.org/D39332



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to