aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-char-subscripts.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-14-Wchar-subscripts should not warn for explicit signed char subscripts either....Sam Weinig
2009-09-14-Wchar-subscripts should not warn for unsigned char subscripts. Fixes PR4978.Sam Weinig
2009-09-14Add support for -Wchar-subscripts. Fixes PR4801.Sam Weinig