[PATCH] D39730: Enabling constructor code completion
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 07:35:44 PST 2017
jkorous-apple added a comment.
Sorry, what do you mean by "this works in the body of the class"?
Definition of constructor inside class definition has been working even before:
struct foo {
foo();
f<CODE_COMPLETE_HERE>
};
Do you mean that a test shall be added in order to check that it still works?
https://reviews.llvm.org/D39730
More information about the cfe-commits
mailing list