tbaeder added inline comments.
================ Comment at: clang/lib/AST/StmtPrinter.cpp:2135 std::string TypeS; - if (Optional<Expr *> Size = E->getArraySize()) { + if (E->isArray()) { llvm::raw_string_ostream s(TypeS); ---------------- I changed this just for clarity, not doing it did not cause any tests to fail. Not sure if this is tested at all. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119525/new/ https://reviews.llvm.org/D119525 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits