[Lldb-commits] [lldb] [lldb][TypeSystem] Enable colored AST dump (PR #86159)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 21 12:49:48 PDT 2024
Michael137 wrote:
> What happens if you have colors disabled in your terminal? Does this do nothing? Or does it start inserting ANSI escape codes in plain text?
Yea good question, was about to try this out. It does whatever clang's `ast-dump` would do if colors aren't turned on
https://github.com/llvm/llvm-project/pull/86159
More information about the lldb-commits
mailing list