summaryrefslogtreecommitdiff
path: root/test/Lexer/string_concat.cpp
AgeCommit message (Expand)Author
2013-03-09When lexing in C11 mode, accept unicode character and string literals, per C11Richard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-08-11Add tests for string literal concatenation.Craig Topper