[PATCH] D41537: Optionally add code completion results for arrow instead of dot
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 03:20:58 PST 2018
ilya-biryukov added a comment.
In https://reviews.llvm.org/D41537#1015563, @yvvan wrote:
> Or is your idea is to return the char sequence instead to use this correction in some universal way?
Exactly. Editors that implement corrections would pick up any new corrections automatically, rather than implementing each specific correction separately.
https://reviews.llvm.org/D41537
More information about the cfe-commits
mailing list