c: add the missing binary operatory when checking
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 15 Mar 2013 16:36:04 +0000 (16:36 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 15 Mar 2013 16:36:04 +0000 (16:36 +0000)
commit352eeafa0aacfff360fdf308a8cd00e6c7e4169a
tree35d2c3ae04e76cbc4587708c5d9d26dbcdc4b395
parente0bf581a819c73a98ff6533e325751025810492c
c: add the missing binary operatory when checking
for integer overflow. // rdar://13423975

llvm-svn: 177162
clang/lib/Sema/SemaChecking.cpp
clang/test/Sema/switch-1.c