[PATCH] D94169: [clang][driver] Restore the original help text for `-I`
Andrei Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 7 11:00:25 PST 2021
andreil99 requested changes to this revision.
andreil99 added a comment.
This revision now requires changes to proceed.
I'm fine with having this text in the ClangCommandLineReference.rst only, and removing it from `clang -help`.
However, reverting the patch would not do, as ClangCommandLineReference.rst is auto-generated from `clang/include/clang/Driver/Options.td`. Please feel free to propose a patch for this.
The rationale for the change was multiple requests from our users, since this is important for them and is what they have to discover by experiments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94169/new/
https://reviews.llvm.org/D94169
More information about the cfe-commits
mailing list