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

