Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some missing checks for C++1y digit separators that don't in fact separate | Richard Smith | 2014-04-22 | 1 | -0/+14 |
| | | | | | | | | digits. Turns out we have completely separate lexing codepaths for floating point numbers depending on whether or not they start with a zero. Who knew... =) llvm-svn: 206932 | ||||
* | Tests for lexing of digit separators versus UCNs. | Richard Smith | 2014-02-28 | 1 | -0/+20 |
| | | | | llvm-svn: 202534 | ||||
* | Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number ↵ | Richard Smith | 2014-02-28 | 1 | -0/+2 |
| | | | | | | contains "'e+", the pp-number ends between the 'e' and the '+'. llvm-svn: 202533 | ||||
* | Add macro test from N3781. | Richard Smith | 2013-09-26 | 1 | -0/+5 |
| | | | | llvm-svn: 191444 | ||||
* | Per updates to D3781, allow underscore under ' in a pp-number, and allow ' ↵ | Richard Smith | 2013-09-26 | 1 | -2/+6 |
| | | | | | | in a #line directive. llvm-svn: 191443 | ||||
* | Implement C++1y digit separator proposal (' as a digit separator). This is not | Richard Smith | 2013-09-26 | 1 | -0/+34 |
yet approved by full committee, but was unanimously supported by EWG. llvm-svn: 191417 |