[PATCH] D98104: Update __is_unsigned builtin to match the Standard.
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 5 22:33:26 PST 2021
zoecarver added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:1199
+ types. Note, before Clang 10, returned true for enumeration types if the
+ underlying type was signed, and returned false for floating-point types.
* ``__is_standard_layout`` (C++, GNU, Microsoft, Embarcadero)
----------------
Just re-flowing the line here, which I neglected to do in the other commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98104/new/
https://reviews.llvm.org/D98104
More information about the cfe-commits
mailing list