[PATCH] D55150: Emit warnings from the driver for use of -mllvm or -Xclang options.
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 15:13:12 PST 2018
jyknight created this revision.
jyknight added reviewers: rsmith, chandlerc.
Herald added a subscriber: arphaman.
This warning, Wexperimental-driver-option, is on by default, exempt
from -Werror, and may be disabled.
Additionally, change the documentation to note that these options are
not intended for common usage.
https://reviews.llvm.org/D55150
Files:
clang/docs/UsersManual.rst
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55150.176213.patch
Type: text/x-patch
Size: 5092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181130/04649500/attachment.bin>
More information about the cfe-commits
mailing list