]> granicus.if.org Git - clang/commit
Define __builtin_ffs[ll] with a signed argument instead of unsigned.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 17 Aug 2012 16:39:13 +0000 (16:39 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 17 Aug 2012 16:39:13 +0000 (16:39 +0000)
commitd6bbc98fe4690f31904f306c61090404843466fe
tree5be954f247030079f25a3798e701b34e9343da86
parent64b8578d9c359f86c073105382625248f66c038b
Define __builtin_ffs[ll] with a signed argument instead of unsigned.

GCC documents these as unsigned, but defines them as signed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162106 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
test/Sema/builtins-decl.c