| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix printf specifier handling: invalid specifier should not be marked as "con... | Mehdi Amini | 2016-12-15 | 1 | -1/+1 |
* | [Sema] Formatting warnings should see through Objective-C message sends | Alex Lorenz | 2016-10-24 | 1 | -0/+38 |
* | [Sema] Attempt to fix tests for utf-8 invalid format string specifiers | Bruno Cardoso Lopes | 2016-03-29 | 1 | -9/+0 |
* | [Sema] Handle UTF-8 invalid format string specifiers | Bruno Cardoso Lopes | 2016-03-29 | 1 | -0/+8 |
* | Move the fixit for -Wformat-security to a note. | Bob Wilson | 2016-03-15 | 1 | -0/+1 |
* | Parse 'technical term' format specifier. | Ted Kremenek | 2015-07-02 | 1 | -0/+13 |
* | Recommit r222044 with a test fix - it does not make sense to hunt | Anton Korobeynikov | 2014-11-14 | 1 | -1/+1 |
* | Temporary revert r221818 until all the problems | Anton Korobeynikov | 2014-11-12 | 1 | -1/+1 |
* | Update the tests to handle proper result type of (?:) | Anton Korobeynikov | 2014-11-12 | 1 | -1/+1 |
* | Sema: When merging objc string literals, give the result a constant array type. | Benjamin Kramer | 2014-02-25 | 1 | -0/+3 |
* | Special case '%C' handling in ObjC format strings to handle integer literals ... | Ted Kremenek | 2013-10-15 | 1 | -0/+5 |
* | Implement C++'s restrictions on the type of an expression passed to a vararg | Richard Smith | 2013-08-05 | 1 | -0/+2 |
* | Handle "typeof" in Objective-C format string checking. This previously crashed. | Ted Kremenek | 2013-04-10 | 1 | -0/+6 |
* | Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. | Jordan Rose | 2012-12-05 | 1 | -3/+3 |
* | Implicitly annotate __CFStringMakeConstantString with format_arg(1). | Jordan Rose | 2012-08-08 | 1 | -3/+3 |
* | For varargs, diagnose passing ObjC objects by value like other non-POD types. | Jordan Rose | 2012-07-19 | 1 | -0/+8 |
* | Capitalize "Objective-C" and "C++" in user-facing contexts. | Jordan Rose | 2012-07-19 | 1 | -6/+6 |
* | Don't crash checking a format string if one of the arguments is invalid. | Jordan Rose | 2012-07-19 | 1 | -0/+17 |
* | Teach format string checking about compile-time CFString constants. | Jordan Rose | 2012-06-04 | 1 | -2/+17 |
* | Inhibit ObjC format warning only in system headers (NSLocalizedString). | Jean-Daniel Dupas | 2012-05-04 | 1 | -2/+11 |
* | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard | 2012-04-06 | 1 | -1/+1 |
* | Support '%p' format specifier with block pointers. | Ted Kremenek | 2012-03-15 | 1 | -1/+11 |
* | When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa... | Jean-Daniel Dupas | 2012-02-21 | 1 | -2/+27 |
* | Tweak format string checking to work with %@ and ObjC toll-free bridging. <r... | Ted Kremenek | 2012-02-06 | 1 | -0/+5 |
* | Revert r149721. chapuni tells me akyrtzi already fixed the test | Nico Weber | 2012-02-04 | 1 | -2/+1 |
* | Try to get test passing on windows. | Nico Weber | 2012-02-03 | 1 | -2/+2 |
* | Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window... | Argyrios Kyrtzidis | 2012-02-03 | 1 | -1/+1 |
* | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber | 2012-01-31 | 1 | -0/+32 |
* | Disable "non literal format string" for NSString that result from a macro exp... | Jean-Daniel Dupas | 2012-01-30 | 1 | -1/+9 |
* | Update on format attribute handling. | Jean-Daniel Dupas | 2012-01-30 | 1 | -1/+1 |
* | Add support for const pointer to literal-objc string as format attribute. | Jean-Daniel Dupas | 2012-01-25 | 1 | -0/+18 |
* | Fix NSLog format string checking for %@. | Ted Kremenek | 2012-01-25 | 1 | -0/+7 |
* | Tighten format string diagnostic and make it a bit clearer (and a bit closer ... | Ted Kremenek | 2012-01-20 | 1 | -2/+2 |
* | Fix a couples of issues in format strings checking. | Jean-Daniel Dupas | 2012-01-17 | 1 | -0/+19 |
* | Revert r133024, "[format strings] correctly suggest correct type for '%@' | Daniel Dunbar | 2011-06-28 | 1 | -1/+0 |
* | [format strings] correctly suggest correct type for '%@' specifiers. Fixes <... | Ted Kremenek | 2011-06-14 | 1 | -0/+1 |
* | Extend format string type-checking to include '%p'. Fixes remaining cases PR... | Ted Kremenek | 2010-06-16 | 1 | -0/+8 |
* | Fix crasher caused by setting a bit in a possibly empty bitvector while | Ted Kremenek | 2010-02-27 | 1 | -0/+5 |
* | Add test case for <rdar://problem/7068334> (which was fixed by r94864). | Ted Kremenek | 2010-01-30 | 1 | -0/+9 |
* | Switch Sema over to using the new implementation of format string | Ted Kremenek | 2010-01-29 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Change tests to use clang -cc1... | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add support for CFString in format attribute. | Daniel Dunbar | 2008-09-26 | 1 | -0/+7 |
* | move all objc sema tests into a new SemaObjC directory. Next step is to | Chris Lattner | 2008-07-26 | 1 | -0/+36 |