Age | Commit message (Expand) | Author |
2013-04-10 | Handle "typeof" in Objective-C format string checking. This previously crashed. | Ted Kremenek |
2012-12-05 | Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. | Jordan Rose |
2012-08-08 | Implicitly annotate __CFStringMakeConstantString with format_arg(1). | Jordan Rose |
2012-07-19 | For varargs, diagnose passing ObjC objects by value like other non-POD types. | Jordan Rose |
2012-07-19 | Capitalize "Objective-C" and "C++" in user-facing contexts. | Jordan Rose |
2012-07-19 | Don't crash checking a format string if one of the arguments is invalid. | Jordan Rose |
2012-06-04 | Teach format string checking about compile-time CFString constants. | Jordan Rose |
2012-05-04 | Inhibit ObjC format warning only in system headers (NSLocalizedString). | Jean-Daniel Dupas |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-15 | Support '%p' format specifier with block pointers. | Ted Kremenek |
2012-02-21 | When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa... | Jean-Daniel Dupas |
2012-02-06 | Tweak format string checking to work with %@ and ObjC toll-free bridging. <r... | Ted Kremenek |
2012-02-04 | Revert r149721. chapuni tells me akyrtzi already fixed the test | Nico Weber |
2012-02-03 | Try to get test passing on windows. | Nico Weber |
2012-02-03 | Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window... | Argyrios Kyrtzidis |
2012-01-31 | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber |
2012-01-30 | Disable "non literal format string" for NSString that result from a macro exp... | Jean-Daniel Dupas |
2012-01-30 | Update on format attribute handling. | Jean-Daniel Dupas |
2012-01-25 | Add support for const pointer to literal-objc string as format attribute. | Jean-Daniel Dupas |
2012-01-25 | Fix NSLog format string checking for %@. | Ted Kremenek |
2012-01-20 | Tighten format string diagnostic and make it a bit clearer (and a bit closer ... | Ted Kremenek |
2012-01-17 | Fix a couples of issues in format strings checking. | Jean-Daniel Dupas |
2011-06-28 | Revert r133024, "[format strings] correctly suggest correct type for '%@' | Daniel Dunbar |
2011-06-14 | [format strings] correctly suggest correct type for '%@' specifiers. Fixes <... | Ted Kremenek |
2010-06-16 | Extend format string type-checking to include '%p'. Fixes remaining cases PR... | Ted Kremenek |
2010-02-27 | Fix crasher caused by setting a bit in a possibly empty bitvector while | Ted Kremenek |
2010-01-30 | Add test case for <rdar://problem/7068334> (which was fixed by r94864). | Ted Kremenek |
2010-01-29 | Switch Sema over to using the new implementation of format string | Ted Kremenek |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-14 | Change tests to use clang -cc1... | Fariborz Jahanian |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-09-26 | Add support for CFString in format attribute. | Daniel Dunbar |
2008-07-26 | move all objc sema tests into a new SemaObjC directory. Next step is to | Chris Lattner |