kbobyrev accepted this revision. kbobyrev added a comment. This revision is now accepted and ready to land.
LGTM ================ Comment at: clang/tools/clang-rename/ClangRename.cpp:130 + } else { + errs() << "clang-rename: No input provided.\n"; + return 1; ---------------- Probably something like "input must be provided" would be more understandable by the user, but this is also fine. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148439/new/ https://reviews.llvm.org/D148439 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits