[PATCH] D144157: Add 128-bit integer support to enum element
H. Vetinari via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 18 03:40:38 PST 2023
h-vetinari added inline comments.
================
Comment at: clang/lib/Sema/SemaDecl.cpp:19571-19573
- // TODO: If the result value doesn't fit in an int, it must be a long or long
- // long value. ISO C does not support this, but GCC does as an extension,
- // emit a warning.
----------------
That comment is still relevant AFAICT, at least partially (the ISO C restrictions are still there, GCC still extends it)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144157/new/
https://reviews.llvm.org/D144157
More information about the cfe-commits
mailing list