summaryrefslogtreecommitdiffstats
path: root/test/Parser/char-literal-printing.c
Commit message (Expand)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-1/+6
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-3/+34
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* don't expect to be able to reparse arbitrary system headers.Chris Lattner2007-07-261-1/+1
* Improve char literal pretty printing, patch by Keith Bauer!Chris Lattner2007-07-131-0/+31