]> granicus.if.org Git - clang/commit
Fix a thinko where we weren't always performing unary conversions on the switch condi...
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Nov 2009 15:17:36 +0000 (15:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Nov 2009 15:17:36 +0000 (15:17 +0000)
commit0de55e7e6b8a53c5d1f2e9a811fd0a4ea13ed5b0
treeb0f21c0936574834017cc98cdfedf252d570a4d8
parentcdd9686b890ebdc10039ae256ef4c9dfb5ebacb7
Fix a thinko where we weren't always performing unary conversions on the switch condition, fixing PR5612

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp