"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d0ffbe1cbe93443813b4926581b781e7c6b5cc14"
Move promoteExprToType from being a static method in SemaExpr.cpp to being
a method named ImpCastExprToType in Sema. Use this method to insert implicit casts for case statements from their operand type to the condition type of the switch. This fixes a crash on test/CodeGen/statements.c, reported by Eli Friedman. llvm-svn: 46083
Loading
Please register or sign in to comment