]> granicus.if.org Git - clang/commit
Handle an edge case involving the conditional operator and throw expressions. PR10582.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 15 Oct 2011 02:10:40 +0000 (02:10 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 15 Oct 2011 02:10:40 +0000 (02:10 +0000)
commitc8645e38bfe5ab46e424b7aaca53c064105c4265
tree942995b142ce538fcd236f64a33a76d87cbc8042
parentd79e4628da88b58e9913008ff32f2e1ca785a4e7
Handle an edge case involving the conditional operator and throw expressions.  PR10582.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142047 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
test/CodeGenCXX/throw-expressions.cpp