aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ucn-cstring.c
AgeCommit message (Expand)Author
2013-01-24Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose
2012-03-09Improve diagnostics for UCNs referring to control characters and members of theRichard Smith
2010-01-30Add basic type checking of format string conversion specifiers and their argu...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-03-31Incorporate feedback from Eli.Steve Naroff
2009-03-30Implement UCN support for C string literals (C99 6.4.3) and add some very bas...Steve Naroff