[PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 15 11:59:05 PDT 2016
majnemer added a subscriber: majnemer.
majnemer requested changes to this revision.
majnemer added a reviewer: majnemer.
majnemer added a comment.
This revision now requires changes to proceed.
I feel like this needs further validation. For example, we crash on:
int x = __builtin_signbit("1");
https://reviews.llvm.org/D22334
More information about the cfe-commits
mailing list