kadircet accepted this revision.
kadircet added a comment.

thanks! as discussed offline i think it's better to ignore function parameters 
for now.



================
Comment at: clang/lib/Sema/SemaCodeComplete.cpp:3781
+// If the template is for a function `bool foo<class>(int)`, then returns
+// `bool` and sets Suffix to `(int)`.
+static std::string templateResultType(const TemplateDecl *TD,
----------------
the comments around the suffix seems to be out-of-date (maybe mention it as a 
fixme?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116352

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

Reply via email to