[PATCH] D75739: [clangd][vscode] Enable dot-to-arrow fixes in clangd completion.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 7 00:01:40 PST 2020
njames93 added a comment.
How does this handle cases where an object overloads the `->` operator or worse still overloads the operator and has conflicting names when accessed with `. ` or `->`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75739/new/
https://reviews.llvm.org/D75739
More information about the cfe-commits
mailing list