[PATCH] D67304: Emit -Wmicrosoft-enum-value warning instead of error in MS ABI

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 10 07:38:14 PDT 2019


thakis added a comment.

We have the old TODO of changing this warning to be emitted at enum use time (e.g. when Foo_Val is compared to 0) instead of declaration time. Maybe that's a better fix. Or is implementing that very involved?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67304





More information about the cfe-commits mailing list