]> granicus.if.org Git - clang/commit
More complete/correct implementation of the comparison operators for
authorEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 15:17:49 +0000 (15:17 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 15:17:49 +0000 (15:17 +0000)
commitb896596a94315485e1d5cfabfbc3f82fd7f96393
tree267b7ca46df2c9c550e9734501e52c1ad18915c4
parentec2c12646aee07bf6bb1b4092d538d5860fd0661
More complete/correct implementation of the comparison operators for
constant expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/constant-comparison.c [new file with mode: 0644]