summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cxx1y_digit_separators.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lex] Fix handling numerical literals ending with ' and signed exponent.Volodymyr Sapsai2018-02-061-0/+2
* Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2016-03-041-1/+1
* PR26349: correctly check whether a digit sequence is empty in the presence of...Richard Smith2016-02-091-0/+3
* Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith2014-04-221-0/+14
* Tests for lexing of digit separators versus UCNs.Richard Smith2014-02-281-0/+20
* Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...Richard Smith2014-02-281-0/+2
* Add macro test from N3781.Richard Smith2013-09-261-0/+5
* Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in...Richard Smith2013-09-261-2/+6
* Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith2013-09-261-0/+34
OpenPOWER on IntegriCloud