[PATCH] D43110: [Sema] Don't mark plain MS enums as fixed
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 9 17:52:59 PST 2018
rsmith accepted this revision.
rsmith added a comment.
Thanks! I'd noticed this weirdness but wasn't sure what we could do about it without breaking MS compat. I like this approach a lot.
If we want to change the C behavior too, I think that should be a separate change. How does MSVC behave in C mode?
https://reviews.llvm.org/D43110
More information about the cfe-commits
mailing list