[PATCH] D81912: [AST] Dump containsErrors bit for the Type.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 16 04:58:21 PDT 2020
hokein added inline comments.
================
Comment at: clang/lib/AST/TextNodeDumper.cpp:205
+ if (T->containsErrors())
+ OS << " contains-errors";
----------------
sammccall wrote:
> IIRC in the expr case we used a color, does that make sense here?
yeah, in the expr we use a color, but here I don't have a strong opinion -- the other dependence bits don't use color as well, so I'd keep consistent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81912/new/
https://reviews.llvm.org/D81912
More information about the cfe-commits
mailing list