]> granicus.if.org Git - clang/commit
PR4836, part 1: add Sema support for __builtin_isnan and friends; they
authorEli Friedman <eli.friedman@gmail.com>
Mon, 31 Aug 2009 20:06:00 +0000 (20:06 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 31 Aug 2009 20:06:00 +0000 (20:06 +0000)
commit9ac6f62a77be5b281a7ddc24a16669b457ac47c2
treeaf24553022147289b4da436bd63ab56b702f2f46
parent017dde547d359a66ec38b80a098a5ddbef087048
PR4836, part 1: add Sema support for __builtin_isnan and friends; they
are apparently used by Solaris libc despite the fact that clang claims
to be compatible with gcc 4.2, which doesn't support them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80610 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
test/Sema/builtin-unary-fp.c [new file with mode: 0644]