]> granicus.if.org Git - clang/commit
Patch to warn on interger overflow in presence of
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 14 Oct 2014 20:27:05 +0000 (20:27 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 14 Oct 2014 20:27:05 +0000 (20:27 +0000)
commit343c3fb25dcd6c86ceb07c495f7c9e61d1a181db
tree2f71b5ee9a2cc5712f4eb09e4c3f672c02873fc3
parente2742e25287de69be3d433a9d7410c3351d4bfc4
Patch to warn on interger overflow in presence of
implicit casts. Reviewed by Reid Kleckner.
rdar://18405357

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/Sema/switch-1.c