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

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri May 8 10:28:46 PDT 2026


kiranchandramohan wrote:

> > It will be easy to make the decision if we see the support table. For OpenMP 4.5 and above if the taskloop support is complete then I am personally OK to remove the warning and rely on NYI messages.
> 
> The question in this PR is whether we have that warning at all, or if we can completely remove it. Making it version-dependent doesn't make any difference here. It seems like you're in favor of keeping it.

@kparzysz TBH my main concern was about the blanket warning that we already removed. If the NYI messages are in a good state for higher versions of the standard, then I do not mind removing it.

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


More information about the flang-commits mailing list