summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/literal-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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} pendingSean Hunt2010-08-301-11/+32
* Implement C++0x user-defined string literals.Sean Hunt2010-08-291-32/+11
* Implement semantic checking for C++ literal operators.Sean Hunt2010-01-131-0/+43