]> granicus.if.org Git - clang/commit
Add back r153360 with a fix for enums that cover all the 32 bit values.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Mar 2012 16:50:34 +0000 (16:50 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Mar 2012 16:50:34 +0000 (16:50 +0000)
commitc3f8955d7da1019dbe16b0bdf3e49d2e08d988e9
treee1959286beb3f72055c8f713bb2804f07b9a4f62
parent88a569a9781e0472a1f1c392f6c94ed0c068d946
Add back r153360 with a fix for enums that cover all the 32 bit values.
Thanks to NAKAMURA Takumi for finding it!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153383 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/pr12251.c [new file with mode: 0644]
test/CodeGenCXX/pr12251.cpp [new file with mode: 0644]