"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8c738bc98a29d950b13483df3bebebef38c20b0a"
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