summaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-literal-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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