summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx0x-literal-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-3/+5
* 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-2/+3
* Revert my user-defined literal commits - r1124{58,60,67} pendingSean Hunt2010-08-301-2/+2
* Fix some test-breaking that snuck into my previous commitSean Hunt2010-08-291-2/+2
* Implement C++0x user-defined string literals.Sean Hunt2010-08-291-2/+2
* Implement semantic checking for C++ literal operators.Sean Hunt2010-01-131-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add DeclarationName support for C++0x operator literals. They should now work asSean Hunt2009-11-291-2/+2
* Fix test and handle IK_LiteralOperatorId in a few more places.Sean Hunt2009-11-281-1/+1
* Add Parser support for C++0x literal operators ('operator "" i').Sean Hunt2009-11-281-0/+5