[PATCH] D36185: [clang-diff] Fix similarity computation

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 10:39:34 PDT 2017


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





More information about the cfe-commits mailing list