[PATCH] D143301: Emit warning for unsupported gfortran flags
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 14 10:28:59 PST 2023
awarzynski added a comment.
In D143301#4126682 <https://reviews.llvm.org/D143301#4126682>, @jdoerfert wrote:
> Split this into two patches/reviews.
+1
> I think the -W stuff can go in, it has tests and is reasonable.
I'd like for us to rely on a flag from Options.td for this instead. Something similar to clang_ignored_f_Group <https://github.com/llvm/llvm-project/blob/630266aed342797d6413a69b8792567fc6263501/clang/include/clang/Driver/Options.td#L233-L234>. I would probably call it `flang_ignored_w_Group` :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143301/new/
https://reviews.llvm.org/D143301
More information about the cfe-commits
mailing list