[all-commits] [llvm/llvm-project] f51924: [clang docs] Rescue some deleted bits of the comma...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Jun 14 11:45:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f51924d124bdd0e089cd28756578cec13ede1a8c
https://github.com/llvm/llvm-project/commit/f51924d124bdd0e089cd28756578cec13ede1a8c
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[clang docs] Rescue some deleted bits of the command-line reference.
Back when the command-line reference rst was in-tree, a lot of people missed
the "DO NOT EDIT" comment at the top, and then changes were
effectively reverted when the file was regenerated. I went through the
changes, and rescued the interesting bits of documentation that were
destroyed.
Additional notes:
- I'm intentionally leaving out D73459 because I'm not sure how to port
the changes to -march.
- Some options have help text in Options.td, but that text doesn't make
it into the reference. Incomplete list of such options:
-fc++-static-destructors, -frtti-data, -fplt, -fstrict-return,
-funique-section-names, -fuse-init-array. Not sure what's happening.
Differential Revision: https://reviews.llvm.org/D152396
More information about the All-commits
mailing list