The result of is.constant() is unsigned.
authorBill Wendling <isanbard@gmail.com>
Thu, 22 Nov 2018 09:31:08 +0000 (09:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 22 Nov 2018 09:31:08 +0000 (09:31 +0000)
commit2a6c59ea2ad67c93cce309945a97379337dd6be0
tree9fd729299543c331335fc1efafe742b3062956a6
parent96782c2c0b5cbd9ffe99d21aa26cbb12a813c076
The result of is.constant() is unsigned.

llvm-svn: 347446
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtin-constant-p.c [new file with mode: 0644]