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
2 files changed
tree: eb56db2470046ba91524a60696dfd90fdc758e42
  1. clang/
  2. llvm/