]> granicus.if.org Git - clang/commit
Remove bogus "unsupported" case for vectors (which shouldn't
authorEli Friedman <eli.friedman@gmail.com>
Thu, 30 Jul 2009 01:10:26 +0000 (01:10 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 30 Jul 2009 01:10:26 +0000 (01:10 +0000)
commitd254a25bc1793a2387e37b96568285883fb12eff
treedd058bb543c0475c9608ef17bbfe412783f46e71
parentf66eab0bc2a181dee341437ad53cddd5a633586e
Remove bogus "unsupported" case for vectors (which shouldn't
ever trigger).  Add an "unsupported" case that triggers for C++ code.

It would be nice if someone would implement this properly... it
shouldn't be too hard, but I haven't looked closely at the relevant
code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp