aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/block-printf-attribute-1.c
AgeCommit message (Expand)Author
2012-01-25Add "multiple format attributes" support on block.Jean-Daniel Dupas
2012-01-20Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek
2010-02-16Refactor the logic for printf argument type-checking into analyze_printf::Arg...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-19Patch finishes off application of printf attribute on blocks.Fariborz Jahanian