[PATCH] D24224: [clang-rename] Merge rename-{ at | all } and optimise USRFindingAction.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 05:45:17 PDT 2016


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

LG with a nit.


================
Comment at: clang-rename/USRFindingAction.cpp:182
@@ -161,1 +181,3 @@
+        return false;
       } else {
+        unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID(
----------------
No `else` after `return`.


https://reviews.llvm.org/D24224





More information about the cfe-commits mailing list