[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:02:37 PST 2018


davide added a comment.

You can take a look at the `test/testcases/functionalities/completion/TestCompletion.py` for the python equivalent. I find the potential FileCheck'ed version much easier to read/write/understand.
I'm possibly biased having worked many years on LLVM, hence I'm asking for general feedback.


https://reviews.llvm.org/D43048





More information about the lldb-commits mailing list