aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/hexfloat.cpp
AgeCommit message (Expand)Author
2012-06-15PR12717: Clang supports hexadecimal floating-point literals in all languageRichard Smith
2012-02-08Fixing hex floating literal support so that it handles 0x.2p2 properly.Aaron Ballman
2012-02-07Hex literals without a significand no longer crash the lexer. Fixes bug 7910Aaron Ballman
2011-10-12We do parse hexfloats in C++11; make it actually work.Douglas Gregor
2010-06-25A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.Benjamin Kramer
2010-05-20Don't warn about use of hex floats in c++ mode by default,Chris Lattner
2010-01-10Do not parse hexadecimal floating point literals in C++0x mode because they areSean Hunt