================ Comment at: include/llvm/Support/raw_ostream.h:158 @@ -157,1 +157,3 @@ + if (Size == 0) + return; ---------------- Um, obviously I meant `return *this;`. http://llvm-reviews.chandlerc.com/D596