[PATCH] D113250: [clang][driver] Add -fplugin-arg- to pass arguments to plugins
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 22 03:24:59 PST 2021
tbaeder updated this revision to Diff 388853.
tbaeder added a comment.
Added two new warning types and used them for diagnosing malformed `-fplugin-arg` options. Also added tests for that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113250/new/
https://reviews.llvm.org/D113250
Files:
clang/docs/ClangPlugins.rst
clang/docs/ReleaseNotes.rst
clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/plugin-driver-args.cpp
clang/test/Frontend/plugin-call-super.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113250.388853.patch
Type: text/x-patch
Size: 7398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211122/bcafb5da/attachment-0001.bin>
More information about the cfe-commits
mailing list