[flang-commits] [clang] [flang] [flang] Implement -Wno-<warning> flags for driver diagnostics (PR #196354)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri May 8 10:09:23 PDT 2026


kparzysz wrote:

> I think we should probably update the support table for 4.5, 5.*, 6 and then decide to remove the warning.

What @sscalpone was proposing is to rely on NYI messages only, instead of having a warning in addition to NYI.  The support for these OpenMP versions won't be complete for a while, so if we want to decide whether to show the warning or not based on the implementation status, the warning will be there for some time.

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


More information about the flang-commits mailing list