Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve diagnostics for ill-formed literal operator declarations. | Richard Smith | 2016-02-17 | 1 | -6/+6 |
| | | | | | | Patch by Erik Pilkington! llvm-svn: 261034 | ||||
* | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith | 2012-03-05 | 1 | -0/+4 |
| | | | | | | | kinds as the underlying string literals, and we silently drop the ud-suffix; those issues will be fixed by subsequent patches. llvm-svn: 152012 | ||||
* | Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. | Richard Smith | 2012-03-04 | 1 | -0/+18 |
llvm-svn: 151997 |