Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lex] Fix handling numerical literals ending with ' and signed exponent. | Volodymyr Sapsai | 2018-02-06 | 1 | -0/+2 |
* | Update diagnostics now that hexadecimal literals look likely to be part of C+... | Richard Smith | 2016-03-04 | 1 | -1/+1 |
* | PR26349: correctly check whether a digit sequence is empty in the presence of... | Richard Smith | 2016-02-09 | 1 | -0/+3 |
* | Add some missing checks for C++1y digit separators that don't in fact separate | Richard Smith | 2014-04-22 | 1 | -0/+14 |
* | Tests for lexing of digit separators versus UCNs. | Richard Smith | 2014-02-28 | 1 | -0/+20 |
* | Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co... | Richard Smith | 2014-02-28 | 1 | -0/+2 |
* | Add macro test from N3781. | Richard Smith | 2013-09-26 | 1 | -0/+5 |
* | Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in... | Richard Smith | 2013-09-26 | 1 | -2/+6 |
* | Implement C++1y digit separator proposal (' as a digit separator). This is not | Richard Smith | 2013-09-26 | 1 | -0/+34 |