[Lldb-commits] [PATCH] D54072: Add a command to dump a module's clang ast.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 4 06:25:29 PST 2018
teemperor added a comment.
I think Pavel's point is to call the `dump` overload which allows specifying our own custom raw_ostream: https://clang.llvm.org/doxygen/classclang_1_1Decl.html#a278b3b87b6f9d3b20ed566a8684341a6 And our raw_ostream is configured by LLDB to correctly choose if we want color or not.
https://reviews.llvm.org/D54072
More information about the lldb-commits
mailing list