]> granicus.if.org Git - clang/commit
PR17103: Scoped enumerations with signed integer types have signed integer
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Sep 2013 23:34:21 +0000 (23:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Sep 2013 23:34:21 +0000 (23:34 +0000)
commite7eb0c4f6e728bb62c7d7304949b8a697153ba90
tree5656e884b5442046664b1255cb4633888f9ffa52
parente9813b386cb3012d11006cf7d3b2019688a5f502
PR17103: Scoped enumerations with signed integer types have signed integer
representation. Don't emit comparisons on them as 'icmp ult'!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Type.cpp
test/CodeGenCXX/scoped-enums.cpp