sstwcw added inline comments.
================ Comment at: clang/docs/tools/dump_format_help.py:29 +def get_help_output(): + args = ["clang-format", "--help"] + cmd = subprocess.Popen(args, stdout=subprocess.PIPE, ---------------- You intentionally did not write `build/bin/clang-format` to accommodate people who build in other directories, right? Sorry this comment is late. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121916/new/ https://reviews.llvm.org/D121916 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits