summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/over/over.oper
Commit message (Expand)AuthorAgeFilesLines
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-1/+3
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-172-7/+7
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* <rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor2013-04-101-0/+9
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-2/+1
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-3/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-101-0/+2
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-091-0/+6
* Literal operators can't have default arguments.Richard Smith2012-03-091-0/+1
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-3/+5
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-1/+1
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-052-2/+6
* Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith2012-03-046-0/+130
OpenPOWER on IntegriCloud