summaryrefslogtreecommitdiff
path: root/test/CXX/lex
Commit message (Expand)AuthorAgeFilesLines
* Add a triple to unbreak buildbots where size_t is not 'unsigned long'.Richard Smith2013-10-072-2/+2
* Add support for WG21 N3599 (literal operator template for strings) as a GNURichard Smith2013-10-074-2/+45
* Integers which are too large should be an error.Eli Friedman2013-07-231-1/+1
* Test that we correctly handle reversion of line splicing etc in raw stringRichard Smith2013-01-171-0/+4
* Teach Lexer::getSpelling about raw string literals. Specifically, if a rawRichard Smith2012-11-281-0/+7
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-192-0/+2
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-092-0/+97
* Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned ...Benjamin Kramer2012-03-091-5/+5
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-096-0/+106
* Remove a test FIXME for a case which is already fixed.Richard Smith2012-03-081-3/+2
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-082-6/+6
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-073-11/+8
* More tests for r152012.Richard Smith2012-03-053-0/+49
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-051-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-133-3/+3
* Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor2011-08-301-0/+7
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-1/+3
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-1/+6
* Implement C++0x [lex.pptoken]p3's handling of <::.Richard Smith2011-04-141-0/+11
* Fix for PR6220: compute the correct type for multicharacter literals.Eli Friedman2010-02-031-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-153-3/+3
* Tests for C++ lex.trigraph, patch by Mats!Daniel Dunbar2009-08-233-0/+30