"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c0df1129414aec481f632c1828b8adf0a6119ddd"
Eliminate BinaryTypeTraitExpr
There's nothing special about type traits accepting two arguments. This commit eliminates BinaryTypeTraitExpr and switches all related handling over to TypeTraitExpr. Also fixes a CodeGen failure with variadic type traits appearing in a non-constant expression. The BTT/TT prefix and evaluation code is retained as-is for now but will soon be further cleaned up. This is part of the ongoing work to unify type traits. llvm-svn: 197273
Loading
Please register or sign in to comment