summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/literal-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-171-3/+4
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-4/+8
* Fix crash if a literal operator template's template parameter pack is not a n...Richard Smith2012-08-031-0/+1
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-101-1/+1
* Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith2012-03-041-3/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor2011-08-301-19/+19
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-301-11/+32
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-291-32/+11
* Implement semantic checking for C++ literal operators.Alexis Hunt2010-01-131-0/+43
OpenPOWER on IntegriCloud