[Lldb-commits] [PATCH] D43048: [lldb-test/WIP] Allow a way to test autocompletion
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 7 15:40:15 PST 2018
davide added a comment.
In https://reviews.llvm.org/D43048#1001311, @davide wrote:
> In https://reviews.llvm.org/D43048#1001283, @zturner wrote:
>
> > By the way, I'd suggest printing indices in front of each match and including those in the FileCheck tests. Otherwise we could miss completions that sneak in.
>
>
> Instead, or in addition, we might dump the number of matches so that it if changes we notice?
(and use CHECK-NEXT). Anyway, your comment about adding indices is fine, I'll probably just add them.
https://reviews.llvm.org/D43048
More information about the lldb-commits
mailing list