[PATCH] D46001: [CodeComplete] Expose helpers to get RawComment of completion result.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 14 01:32:11 PDT 2018
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
This is pretty small and seems unlikely to be controversial. I think it's OK to commit at this point, it's been a few weeks.
================
Comment at: include/clang/Sema/CodeCompleteConsumer.h:1092
+ const CodeCompleteConsumer::OverloadCandidate &Result,
+ unsigned CurrentArg);
+
----------------
as in the other patch, I think `ArgIndex` is a better name for this parameter, when considering this function in isolation
Repository:
rC Clang
https://reviews.llvm.org/D46001
More information about the cfe-commits
mailing list