[PATCH] D22273: Treat enumerator_too_large as an extension in MS ABI mode

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 12:56:13 PDT 2016


rnk added a comment.

I think this is just a consequence of https://llvm.org/bugs/show_bug.cgi?id=27098

We should just fix the underlying bug so that `EnumDecl::isFixed()` doesn't return true for plain enums in C or C++ when targeting Windows.


http://reviews.llvm.org/D22273





More information about the cfe-commits mailing list