[cfe-commits] [PATCH] Fix lexing of integer literal suffixes when ms-extensions are enabled

Martin Vejnár avakar at ratatanek.cz
Wed Oct 13 07:01:25 PDT 2010


Hi, when ms-extensions are enabled, numbers with `i64` suffix are treated
as having type `__int64`; however, the uppercase version (`I64`) results in
a syntax error. The patch fixes this. Test case is included.
-- 
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ms-int64-suffixes.patch
Type: text/x-patch
Size: 942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101013/048666c2/attachment.bin>


More information about the cfe-commits mailing list