summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/over/over.oper/over.literal/p5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-171-6/+6
| | | | | | Patch by Erik Pilkington! llvm-svn: 261034
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-051-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 Smith2012-03-041-0/+18
llvm-svn: 151997
OpenPOWER on IntegriCloud