]> granicus.if.org Git - clang/commit
Support floating point literals of the form "1e-16f" which specify an exponent but...
authorChristopher Lamb <christopher.lamb@gmail.com>
Thu, 29 Nov 2007 06:06:27 +0000 (06:06 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Thu, 29 Nov 2007 06:06:27 +0000 (06:06 +0000)
commit016765e3453db2e302efe53905e99cdb25501234
tree8e6639ad23370804385b0b3273fa227cd766893f
parent5656b782561f6a434fabec3c057cdbb63b55a1c8
Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44431 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/LiteralSupport.cpp
test/Lexer/11-27-2007-FloatLiterals.c [new file with mode: 0644]