summaryrefslogtreecommitdiff
path: root/test/Parser/cxx11-user-defined-literals.cpp
Commit message (Expand)AuthorAgeFilesLines
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-7/+7
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-211-1/+1
* PR18870: Parse language linkage specifiers properly if the string-literal isRichard Smith2014-02-171-1/+1
* PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.Richard Smith2014-02-171-0/+32
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-1/+2
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-4/+4
* Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith2012-03-081-0/+18
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-081-21/+20
* User-defined literal support for character literals.Richard Smith2012-03-081-1/+24
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-5/+17
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-0/+60