[all-commits] [llvm/llvm-project] 61f3ce: [Driver] Change some group DocName from "flags" to...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 2 13:07:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61f3ce7bb305d875bca4c7f22aaaf0940602448b
https://github.com/llvm/llvm-project/commit/61f3ce7bb305d875bca4c7f22aaaf0940602448b
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[Driver] Change some group DocName from "flags" to "options"
"Flags" usually refers to boolean options and is used as such in other
places of Options.td (e.g. "Target-dependent compilation options",
"<clang-cl ignored options>").
This patch changes some misnomer group DocName from "flags" to
"options".
More information about the All-commits
mailing list