]> granicus.if.org Git - clang/commit
Suppress GCC warning for no return after covered switch, and remove some
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 13 May 2013 20:33:30 +0000 (20:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 13 May 2013 20:33:30 +0000 (20:33 +0000)
commit1071b9f2d38f8177e54f20412a36450462c19186
treee7649a468f9cd504658b133e5953b850ff14110c
parent7e17fdc617ee9db8270f3f6fb4ecd392fed47d80
Suppress GCC warning for no return after covered switch, and remove some
debugging code from an unreachable codepath.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181731 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp