summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/builtin-unary-fp.c
Commit message (Collapse)AuthorAgeFilesLines
* __builtin_fpclassify missing one int parameterDavid Sheinkman2016-10-141-0/+1
| | | | | | | | Patch by Tania Albarghouthi. Differential Revision: https://reviews.llvm.org/D25480 llvm-svn: 284277
* Add Sema support for __builtin_fpclassify by extending the existing check ↵Benjamin Kramer2010-02-151-0/+4
| | | | | | for __builtin_isinf and friends. Part of PR6083. llvm-svn: 96291
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* PR4836, part 1: add Sema support for __builtin_isnan and friends; they Eli Friedman2009-08-311-0/+12
are apparently used by Solaris libc despite the fact that clang claims to be compatible with gcc 4.2, which doesn't support them. llvm-svn: 80610
OpenPOWER on IntegriCloud