[PATCH] D63098: [CodeComplete] Allow completing enum values within case statements, and insert 'case' as a fixit.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 02:38:04 PDT 2019
sammccall added a comment.
In D63098#1537601 <https://reviews.llvm.org/D63098#1537601>, @ilya-biryukov wrote:
> Not displaying 'case' is actually confusing to my taste.
> WDYT about allowing multiple "typed text" chunks or allowing to mark other chunks that are supposed be part of filter text?
Multiple typed-text chunks is not well supported - there's various APIs that assume there's only one/the first one is the "main" one.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63098/new/
https://reviews.llvm.org/D63098
More information about the cfe-commits
mailing list