]> granicus.if.org Git - clang/commit
In Microsoft compatibility mode, don't parse the exponent as part of
authorDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 14:50:47 +0000 (14:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 14:50:47 +0000 (14:50 +0000)
commita75ec43d625753b4439b0d6f70bd988444c74617
treed3a0d144d506b211c77854f0bc7ec7fe9cc4ad7e
parent5c0ca52e40e0b9e3c2da7abba47b18e468c84060
In Microsoft compatibility mode, don't parse the exponent as part of
the pp-number in a hexadecimal floating point literal, from Francois
Pichet! Fixes PR7968.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
test/Lexer/ms-extensions.c