aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/lex
AgeCommit message (Expand)Author
2013-01-17Test that we correctly handle reversion of line splicing etc in raw stringRichard Smith
2012-11-28Teach Lexer::getSpelling about raw string literals. Specifically, if a rawRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-03-09Improve diagnostics for UCNs referring to control characters and members of theRichard Smith
2012-03-09Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned ...Benjamin Kramer
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-08Remove a test FIXME for a case which is already fixed.Richard Smith
2012-03-08Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith
2012-03-05More tests for r152012.Richard Smith
2012-03-05Lexing support for user-defined literals. Currently these lex as the same tokenRichard 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
2011-07-29This patch makes the string/character literal tests run in C,Douglas Gregor
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-04-14Implement C++0x [lex.pptoken]p3's handling of <::.Richard Smith
2010-02-03Fix for PR6220: compute the correct type for multicharacter literals.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-23Tests for C++ lex.trigraph, patch by Mats!Daniel Dunbar