[PATCH] D39730: Enabling constructor code completion
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 08:18:16 PST 2017
jkorous-apple added a comment.
No luck. If I understand it correctly all the information that would be needed to distinguish between:
foo::<CODE_COMPLETE>
and
int i = foo::<CODE_COMPLETE>
in ResultBuilder::AddResult() is missing since the context is represented only by DeclContext. Something like a DirectASTParentNode would be necessary instead.
https://reviews.llvm.org/D39730
More information about the cfe-commits
mailing list