[PATCH] D52339: Support enums with a fixed underlying type in all language modes
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 30 11:25:00 PST 2019
arphaman added a comment.
We could introduce a new extension flag like `c_fixed_enum` that can be set for all language modes. `objc_fixed_enum` should apply to ObjC only.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52339/new/
https://reviews.llvm.org/D52339
More information about the cfe-commits
mailing list