[cfe-commits] [PATCH] Fix lexing of integer literal suffixes when ms-extensions are enabled
Chris Lattner
clattner at apple.com
Wed Oct 13 17:25:44 PDT 2010
Looks good, applied in r116460, thanks!
On Oct 13, 2010, at 7:01 AM, Martin Vejnár wrote:
> 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
> <ms-int64-suffixes.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list