[all-commits] [llvm/llvm-project] 006006: [Clang] Add helper text to fopenmp_version_EQ to m...

Shilei Tian via All-commits all-commits at lists.llvm.org
Sun Dec 19 19:07:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0060060fef5da582799a706b6ba8c6ec9fcda2a2
      https://github.com/llvm/llvm-project/commit/0060060fef5da582799a706b6ba8c6ec9fcda2a2
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-12-19 (Sun, 19 Dec 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [Clang] Add helper text to fopenmp_version_EQ to make it show in help menu

For now if we check `clang --help`, it doesn't show `-fopenmp-version`. This option
should be visible to users. In addition, it is not set to hidden in
`clang/include/clang/Driver/Options.td` as well. The reason it doesn't show is
there is no corresponding helper text. This patch simply adds it.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D115998




More information about the All-commits mailing list