]> granicus.if.org Git - clang/commit
Bug fix, result of isIntegerConstantExpr could be of incorrect width
authorDaniel Dunbar <daniel@zuster.org>
Mon, 22 Sep 2008 23:53:24 +0000 (23:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 22 Sep 2008 23:53:24 +0000 (23:53 +0000)
commite1226d24d23510e422160eb2413d9bb90de9b144
tree3ba5cb615a735b8ed80950c3456d42c6121ee78b
parent17fded63f9dba691d517f5c6952344d87d6338bf
Bug fix, result of isIntegerConstantExpr could be of incorrect width
for type.
  - PR2817

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56482 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/CodeGen/2008-09-22-bad-switch-type.c [new file with mode: 0644]