]> granicus.if.org Git - clang/commit
We do parse hexfloats in C++11; make it actually work.
authorDouglas Gregor <dgregor@apple.com>
Wed, 12 Oct 2011 18:51:02 +0000 (18:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 12 Oct 2011 18:51:02 +0000 (18:51 +0000)
commit46717308883538841da7059e72bc898abe0c8724
treedb4afd03888cf49064be1bd8c8dee946ae679388
parent28e06354b5d4dd539be6781e388ff27c0dffd807
We do parse hexfloats in C++11; make it actually work.

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