aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-fixit.c
AgeCommit message (Expand)Author
2010-06-21Bug 7377: printf checking fails to flag some undefined behavior Tom Care
2010-06-18Printf format strings: Added some more tests and fixed some minor bugs.Tom Care
2010-06-17Fix format string checking of '%c' by treating it as an integer conversion. ...Ted Kremenek
2010-06-16Extend format string type-checking to include '%p'. Fixes remaining cases PR...Ted Kremenek
2010-06-11Small fixes regarding printf fix suggestions.Tom Care
2010-06-09Added FixIt support to printf format string checking.Tom Care