]> granicus.if.org Git - clang/commit
Literal value calculation isn't likely to overflow on targets having int as 32 or...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 14 Apr 2009 16:46:37 +0000 (16:46 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 14 Apr 2009 16:46:37 +0000 (16:46 +0000)
commit0fab49f7daa53a53882f19c2879feb210608fe00
tree0652594db35d881c2403d6986ef41edeeb4c28a6
parent86daeee2d4aa6523679f07f27a826bf4c42ca95d
Literal value calculation isn't likely to overflow on targets having int as 32 or less. Fixing the assert as it otherwise triggers for PIC16 which as i16 as int.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/LiteralSupport.cpp