"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "e10b7b35f82a21a8d9a604f419c11aa074d288b4"
Switch PPExpression parsing to be in terms of APInt's whose widths are properly
sized to the target's intmax_t. This also allows us to emit diagnostic like: t.c:11:5: warning: integer constant is too large for its type #if 18446744073709551616 // 2^64 ^ t.c:15:5: warning: integer constant is too large for its type #if 18446744073709551617 // 2^64-1 ^ llvm-svn: 39385
Loading
Please register or sign in to comment