index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
lex
Age
Commit message (
Expand
)
Author
2013-01-17
Test that we correctly handle reversion of line splicing etc in raw string
Richard Smith
2012-11-28
Teach Lexer::getSpelling about raw string literals. Specifically, if a raw
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-03-09
Improve diagnostics for UCNs referring to control characters and members of the
Richard Smith
2012-03-09
Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned ...
Benjamin Kramer
2012-03-09
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-08
Remove a test FIXME for a case which is already fixed.
Richard Smith
2012-03-08
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-07
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-05
More tests for r152012.
Richard Smith
2012-03-05
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-08-30
Allow C99 hexfloats in C++0x mode. This change resolves the standards
Douglas Gregor
2011-07-29
This patch makes the string/character literal tests run in C,
Douglas Gregor
2011-07-27
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-04-14
Implement C++0x [lex.pptoken]p3's handling of <::.
Richard Smith
2010-02-03
Fix for PR6220: compute the correct type for multicharacter literals.
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-08-23
Tests for C++ lex.trigraph, patch by Mats!
Daniel Dunbar