]> granicus.if.org Git - clang/commit
Microsoft integer suffix changes:
authorFrancois Pichet <pichet2000@gmail.com>
Tue, 11 Jan 2011 11:57:53 +0000 (11:57 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Tue, 11 Jan 2011 11:57:53 +0000 (11:57 +0000)
commitd062b604548be6e2f85f6f63a461702e5ea14115
tree697d6fe44986c850c98952cb5cbc6833cf71ee6e
parentea0978568c55d97aefe260348767ee40a31ca2a4
Microsoft integer suffix changes:
i64 is like LL
i32 is like L

Also set isMicrosoftInteger to true only if the suffix is well formed.

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