[Lldb-commits] [lldb] [lldb] Fix `po` alias by printing fix-its to the console. (PR #68755)

Pete Lawrence via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 11 17:22:12 PDT 2023


PortalPete wrote:

Thanks for this suggestion, @medismailben.
> LGTM overall. I think you can make the test less redundant by using the same source file & Makefile for both tests.

I wasn't which is better:
- Multiple files, each with a single test
- Fewer files, each with multiple tests.

Ok, I put the 2 new tests into a single, new file, which makes the file naming a bit simpler and set up for future FixIt tests specific to C++.

https://github.com/llvm/llvm-project/pull/68755


More information about the lldb-commits mailing list