aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-format_arg.c
AgeCommit message (Expand)Author
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-07-25Make having no RUN line a failure.Daniel Dunbar
2009-06-27Implement support for the format_arg attribute. Fixes PR4442.Anders Carlsson