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