[PATCH] D67897: Fix __is_signed builtin
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 22 16:26:54 PDT 2019
zoecarver created this revision.
zoecarver added reviewers: EricWF, rsmith, erichkeane, craig.topper, efriedma.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch fixes the __is_signed builtin type trait to work with floating point types. Now, the builtin will return true if it is passed a floating point type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67897
Files:
clang/lib/Sema/SemaExprCXX.cpp
clang/test/SemaCXX/type-traits.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67897.221243.patch
Type: text/x-patch
Size: 3905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190922/c84097e2/attachment.bin>
More information about the cfe-commits
mailing list