[PATCH] D62298: [CodeComplete] Filter override completions by function name
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 24 02:25:50 PDT 2019
ilya-biryukov added inline comments.
================
Comment at: clang/test/CodeCompletion/overrides.cpp:14
void vfunc(bool param) override;
- void
+ vfo
};
----------------
kadircet wrote:
> nit: I suppose it should be `vfu`?(same thing for the comments below starting with `Runs completion...`
No, the idea was to test the `vfunc` item prefix-matching on `vfo` but still matches on `vf`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62298/new/
https://reviews.llvm.org/D62298
More information about the cfe-commits
mailing list