summaryrefslogtreecommitdiff
path: root/test/Parser/char-literal-printing.c
AgeCommit message (Expand)Author
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
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-07-26don't expect to be able to reparse arbitrary system headers.Chris Lattner
2007-07-13Improve char literal pretty printing, patch by Keith Bauer!Chris Lattner