[flang-commits] [flang] [flang] Add options -W[no-]unused-dummy-argument and -W[no-]unused-variable (PR #127214)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Thu Feb 20 23:42:46 PST 2025
JDPailleux wrote:
> > (or similar *.td file)
>
> From `clang/docs/CMakeLists.txt`
>
> ```
> gen_rst_file_from_td(DiagnosticsReference.rst -gen-diag-docs ../include/clang/Basic/Diagnostic.td "${docs_targets}")
> ```
>
> @JDPailleux, will you be looking into a different way of structuring the warning flags as part of this patch?
>
> I have requested reviews from others for the non-driver parts of this PR.
@tarunprabhu Yes, it's planned to restructure the warnings flags in this patch by using the Clang Diagnostics or a similar mechanism.
https://github.com/llvm/llvm-project/pull/127214
More information about the flang-commits
mailing list