Microsoft integer suffix changes:
commitc7b47ff4e3f1ba257f062ce7a79054b9844f1dc0
authorFrancois Pichet <pichet2000@gmail.com>
Tue, 11 Jan 2011 11:57:53 +0000 (11 11:57 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Tue, 11 Jan 2011 11:57:53 +0000 (11 11:57 +0000)
tree697d6fe44986c850c98952cb5cbc6833cf71ee6e
parent2965a598ae30e964ec8381cc587efa7dfeebc202
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