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

thanks!



================
Comment at: clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp:284
+        // Remove the template arguments from the name.
+        NameRange = SourceRange(NameRange.getBegin(),
+                                T.getLAngleLoc().getLocWithOffset(-1));
----------------
nit: `NameRange.setEnd(T.getTemplateNameLoc())`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112530/new/

https://reviews.llvm.org/D112530

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

Reply via email to