[PATCH] D41537: Optionally add code completion results for arrow instead of dot

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 04:57:02 PST 2018


yvvan added a comment.

I've already added hints in this patch and it also do not add extra completions unless the flag IncludeCorrections is set. So this will not force editors to use corrections.

Did you mean that you think it's good to have extra fixit hints even if this flag is not set?


https://reviews.llvm.org/D41537





More information about the cfe-commits mailing list