[PATCH] D43048: [lldb-test/WIP] Allow a way to test autocompletion

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 15:46:44 PST 2018


zturner added a comment.

Number of matches might be sufficient, but it might be nice to know if the ordering of matches changes for some reason.  Unless there's a specific reason we want to allow an unstable order, enforcing a stable order seems desirable just on principle.


https://reviews.llvm.org/D43048





More information about the llvm-commits mailing list