1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. d2e95d1 PR12717: Clang supports hexadecimal floating-point literals in all language by Richard Smith · 12 years ago
  3. 66b0eba Fixing hex floating literal support so that it handles 0x.2p2 properly. by Aaron Ballman · 12 years ago
  4. b534a9e Hex literals without a significand no longer crash the lexer. Fixes bug 7910 by Aaron Ballman · 12 years ago
  5. 4671730 We do parse hexfloats in C++11; make it actually work. by Douglas Gregor · 13 years ago
  6. 0b495cd A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. by Benjamin Kramer · 14 years ago
  7. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  8. 8c72340 Do not parse hexadecimal floating point literals in C++0x mode because they are by Sean Hunt · 14 years ago