[PATCH] D94624: [PATCH] [clang-query] Add a --use-color option to clang-query
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 14 05:25:10 PST 2021
aaron.ballman added a comment.
In D94624#2497992 <https://reviews.llvm.org/D94624#2497992>, @steveire wrote:
> Can we make using color the default too? We already use colors for Decls I think, so this just adds colors for other Node types.
I thought we already did? At least, for me on Windows, the effects of the patch are that I can pass `--use-colors=0` to disable colors, but if I don't pass `--use-colors` or if I pass `--use-colors=1`, I get colors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94624/new/
https://reviews.llvm.org/D94624
More information about the cfe-commits
mailing list