ruiu added inline comments.
================ Comment at: clang/lib/Driver/Driver.cpp:1303 + llvm::outs() << S << "\n"; + llvm::outs() << "\n"; return false; ---------------- You want to print out just one '\n' at end instead of two, no? https://reviews.llvm.org/D35759 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits