[PATCH] D131307: [Clang] Allow downgrading to a warning the diagnostic for setting a non fixed enum to a value outside the range of the enumeration values

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 04:05:58 PDT 2022


aaron.ballman added a comment.

In D131307#3709083 <https://reviews.llvm.org/D131307#3709083>, @sylvestre.ledru wrote:

> We have this error in OpenMP:
> https://github.com/llvm/llvm-project/issues/57022

That bug looks to be a true positive from this change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131307/new/

https://reviews.llvm.org/D131307



More information about the cfe-commits mailing list