[all-commits] [llvm/llvm-project] 52cb97: [CommandLine] --help: print "-o <xxx>" instead of ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jul 14 01:28:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52cb972537dac7ac535b57ba9399d53549c027e8
      https://github.com/llvm/llvm-project/commit/52cb972537dac7ac535b57ba9399d53549c027e8
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M clang-tools-extra/docs/clang-doc.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang/docs/ClangOffloadPackager.rst
    M clang/docs/ClangOffloadWrapper.rst
    M clang/test/Driver/clang-offload-wrapper.c
    M llvm/docs/CommandGuide/llvm-cov.rst
    M llvm/lib/Support/CommandLine.cpp
    M llvm/test/tools/llvm-dwarfdump/cmdline.test

  Log Message:
  -----------
  [CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>"

Accepting -o= is a quirk of CommandLine. For --help, we should print the
conventional "-o <xxx>".




More information about the All-commits mailing list