erichkeane added inline comments.
================ Comment at: clang/lib/AST/StmtPrinter.cpp:1156 + if (const auto *BT = Node->getType()->getAs<BitIntType>()) { + OS << (isSigned ? "wb" : "uwb"); ---------------- You don't need BT here anymore (sorry for missing that!). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120770/new/ https://reviews.llvm.org/D120770 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits