[Lldb-commits] [PATCH] D54072: Add a command to dump a module's clang ast.
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 5 09:43:05 PST 2018
zturner added a comment.
I updated the patch to not dump color. We can address the color issue in a followup. So for now it just goes to the result object's output stream. Perhaps we can add a `-c` option that ignores the result object's outptu stream (and is documented as doing so), but I'll save that for a followup
https://reviews.llvm.org/D54072
More information about the lldb-commits
mailing list