"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "31d1810b160494cb369d14df93c1959ed8d9df0d"
<rdar://problem/13584715> Converted constant expressions are expected to have integral values.
We were assuming that any expression used as a converted constant expression would either not have a folded constant value or would be an integer, which is not the case for some ill-formed constant expressions. Because converted constant expressions are only used where integral values are expected, we can simply treat this as an error path. If that ever changes, we'll need to widen the interface of Sema::CheckConvertedConstantExpression() anyway. llvm-svn: 179068
Loading
Please register or sign in to comment