aprantl added inline comments.
================ Comment at: include/clang/AST/PrettyPrinter.h:68 /// \brief The number of spaces to use to indent each line. - unsigned Indentation : 8; + unsigned Indentation : 7; ---------------- this change looks like it has the potential to break existing code. Repository: rL LLVM https://reviews.llvm.org/D39622 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits