arphaman added inline comments.
================
Comment at: tools/clang-diff/ClangDiff.cpp:436
+ else if (StopAfter != "bottomup") {
+ llvm::errs() << "Error: Invalid argument for -stop-after";
+ return 1;
----------------
Add a newline to the string as well.
https://reviews.llvm.org/D36185
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
