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

LGTM



================
Comment at: clangd/CodeComplete.cpp:507
+      if (Snippet->front() == '<')
+        return EmptyArgs ? "<$0>()" : "<$1>($0)";
+      if (Snippet->front() == '(')
----------------
maybe have something like `<$1>()$0` when arguments are empty so that user can 
jump to end.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52422



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

Reply via email to