summaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-literal-operators.cpp
AgeCommit message (Expand)Author
2012-03-08Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard 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-29Fix some test-breaking that snuck into my previous commitSean Hunt
2010-08-29Implement C++0x user-defined string literals.Sean Hunt
2010-01-13Implement semantic checking for C++ literal operators.Sean Hunt
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Add DeclarationName support for C++0x operator literals. They should now work asSean Hunt
2009-11-28Fix test and handle IK_LiteralOperatorId in a few more places.Sean Hunt
2009-11-28Add Parser support for C++0x literal operators ('operator "" i').Sean Hunt