[all-commits] [llvm/llvm-project] f5c666: [doc] Rely on tblgen to dump supported options val...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Tue Mar 29 03:25:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5c666742f7bb4ae79ec79c8acf61dced4d37cc9
https://github.com/llvm/llvm-project/commit/f5c666742f7bb4ae79ec79c8acf61dced4d37cc9
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M llvm/utils/TableGen/OptRSTEmitter.cpp
Log Message:
-----------
[doc] Rely on tblgen to dump supported options value when generating doc
It was already the case for CLI help, also support it for rst output. As a side
effect remove redundant (and sometime inconsistent!) value help from HelpText in
clang/Driver/Options.td.
Differential Revision: https://reviews.llvm.org/D122378
More information about the All-commits
mailing list