aaron.ballman added inline comments.

================
Comment at: clang/lib/AST/StmtPrinter.cpp:1156
 
+  if (const auto *BT = Node->getType()->getAs<BitIntType>()) {
+    OS << (isSigned ? "wb" : "uwb");
----------------
erichkeane wrote:
> You don't need BT here anymore (sorry for missing that!).
No worries, I should have caught that as well. I've corrected it.


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

Reply via email to