summaryrefslogtreecommitdiff
path: root/test/Lexer/hexfloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-5/+5
* Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2016-03-041-8/+24
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* PR12717: Clang supports hexadecimal floating-point literals in all languageRichard Smith2012-06-151-0/+8
* Fixing hex floating literal support so that it handles 0x.2p2 properly.Aaron Ballman2012-02-081-1/+3
* Hex literals without a significand no longer crash the lexer. Fixes bug 7910Aaron Ballman2012-02-071-0/+1
* We do parse hexfloats in C++11; make it actually work.Douglas Gregor2011-10-121-7/+2
* A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.Benjamin Kramer2010-06-251-2/+3
* Don't warn about use of hex floats in c++ mode by default,Chris Lattner2010-05-201-2/+2
* Do not parse hexadecimal floating point literals in C++0x mode because they areSean Hunt2010-01-101-0/+8