[Lldb-commits] [PATCH] D54072: Add a command to dump a module's clang ast.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 4 06:27:25 PST 2018


I tried that one and it didn’t show color, bit maybe I need to add an
overload of dumpColor that allows to pass a raw_ostream
On Sun, Nov 4, 2018 at 6:25 AM Raphael Isemann via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181104/c81589fc/attachment.html>


More information about the lldb-commits mailing list