Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
730e175910936eae49e65caea8b2ba81c67edff7
/
test
/
Sema
/
ucn-cstring.c
d635c5f
Add basic type checking of format string conversion specifiers and their arguments. Thanks to Cristian Draghici for his help with this patch!
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
23afaad
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.
by Daniel Dunbar
· 15 years ago
8a5c0cd
Incorporate feedback from Eli.
by Steve Naroff
· 16 years ago
0e3e3eb
Implement UCN support for C string literals (C99 6.4.3) and add some very basic tests. Chris Goller has graciously offered to write some test to help validate UCN support.
by Steve Naroff
· 16 years ago