summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/builtins-decl.c
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Define __builtin_ffs[ll] with a signed argument instead of unsigned.Benjamin Kramer2012-08-171-0/+5
| | | | | | GCC documents these as unsigned, but defines them as signed. llvm-svn: 162106
* include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be ↵NAKAMURA Takumi2011-03-091-0/+8
defined to take unsigned args and to return unsigned value. mingw-w64's intrin.h declares __builtin_ia32_crc32**() as external. llvm-svn: 127329
OpenPOWER on IntegriCloud