================ @@ -738,6 +738,15 @@ void TextNodeDumper::Visit(const APValue &Value, QualType Ty) { else if (const auto *BE = B.dyn_cast<const Expr *>()) { OS << BE->getStmtClassName() << ' '; dumpPointer(BE); + } else if (B.is<TypeInfoLValue>()) { ---------------- YLChenZ wrote:
Done. https://github.com/llvm/llvm-project/pull/135178 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits