ioeric added inline comments.
================ Comment at: clang-tools-extra/clang-doc/tool/ClangDocMain.cpp:89 llvm::cl::init(false), llvm::cl::cat(ClangDocCategory)); +static llvm::cl::opt<std::string> ClangDocExecutorName( ---------------- This flag can also be removed. Users can still use `--executor` to override the default. https://reviews.llvm.org/D53170 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits