forked from OSchip/llvm-project
5c11c41203
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 |
||
---|---|---|
.. | ||
ASTStreamer.cpp | ||
Makefile | ||
Sema.cpp | ||
Sema.h | ||
SemaChecking.cpp | ||
SemaDecl.cpp | ||
SemaExpr.cpp | ||
SemaExprCXX.cpp | ||
SemaStmt.cpp | ||
SemaType.cpp | ||
SemaUtil.h |