[flang-commits] [flang] [Flang] Support -Werror=<name> and -Wno-error=<name> (PR #205413)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Wed Jun 24 13:51:52 PDT 2026


================

----------------
akuhlens wrote:

I am wondering if we should include the global `WarningAsErrors` state in LanguageFeatureControl since we are already including other very similar information. We could then keep the relationship between all the different WarningAsError flags in one place instead of having the logic spread throughout the compiler.

https://github.com/llvm/llvm-project/pull/205413


More information about the flang-commits mailing list