summaryrefslogtreecommitdiff
path: root/test/CodeGen/char-literal.c
AgeCommit message (Expand)Author
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2012-01-21add tests for wide character encodingsSeth Cantrell
2012-01-18Add and update tests for character literalsSeth Cantrell
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
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-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2010-10-09Add support for UCNs for character literalsNico Weber