[PATCH] D52308: [Sema][CodeCompletion] Fix return type of C++ destructors in code completion
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 21 07:06:44 PDT 2018
jkorous abandoned this revision.
jkorous added a comment.
Allright, I will remove destructor from clangd completion results which solves this particular issue.
Also good point about return type being used in ranking - I incorrectly assumed it's just a presentational matter.
Repository:
rC Clang
https://reviews.llvm.org/D52308
More information about the cfe-commits
mailing list