aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/literal-operators.cpp
AgeCommit message (Expand)Author
2012-08-03Fix crash if a literal operator template's template parameter pack is not a n...Richard Smith
2012-03-10PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith
2012-03-04Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-08-30Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor
2010-08-30Revert my user-defined literal commits - r1124{58,60,67} pendingSean Hunt
2010-08-29Implement C++0x user-defined string literals.Sean Hunt
2010-01-13Implement semantic checking for C++ literal operators.Sean Hunt