Skip to content
Commit 08b12f1f authored by Richard Smith's avatar Richard Smith
Browse files

Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an

rvalue. An assertion to catch this is in ImpCastExprToType will follow, but
vector operations currently trip over this (due to omitting the usual arithmetic
conversions). Also add an assert to catch missing lvalue-to-rvalue conversions
on the LHS of ->.

llvm-svn: 143155
parent e889ad65
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment