[PATCH] D81912: [AST] Dump containsErrors bit for the Type.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 16 01:04:28 PDT 2020


sammccall added a comment.

Can we add a test at least for the text dump?



================
Comment at: clang/lib/AST/TextNodeDumper.cpp:205
 
+  if (T->containsErrors())
+    OS << " contains-errors";
----------------
IIRC in the expr case we used a color, does that make sense here?


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