[PATCH] D23058: [clang-rename] improve USRFindingAction

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 08:34:34 PDT 2016


omtcyfz marked 2 inline comments as done.

================
Comment at: test/clang-rename/TemplateClassInstantiationFindByUninstantiatedType.cpp:3
@@ +2,3 @@
+// RUN: clang-rename -offset=440 -new-name=Bar %t.cpp -i --
+// RUN: sed 's,//.*,,' %t.cpp | FileCheck %s
+
----------------
alexfh wrote:
> Yep, should also work with the same check prefix, if the replacements are the same.
Done.


https://reviews.llvm.org/D23058





More information about the cfe-commits mailing list