aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx11-user-defined-literals.cpp
AgeCommit message (Expand)Author
2012-10-20DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-08Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith
2012-03-08User-defined literal support for character literals.Richard Smith
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith