summaryrefslogtreecommitdiffstats
path: root/test/Sema/ucn-cstring.c
Commit message (Expand)AuthorAgeFilesLines
* Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose2013-01-241-1/+1
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-091-2/+1
* Add basic type checking of format string conversion specifiers and their argu...Ted Kremenek2010-01-301-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Incorporate feedback from Eli.Steve Naroff2009-03-311-0/+2
* Implement UCN support for C string literals (C99 6.4.3) and add some very bas...Steve Naroff2009-03-301-0/+15