implement correct semantic analysis for shifts. For:
int test(int x, long long y) { return x << y; } we now realize the type of the shift is int, not long long. This fixes a fixme from june. llvm-svn: 44912
Loading
Please register or sign in to comment