summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/format-strings-objc.m
Commit message (Expand)AuthorAgeFilesLines
* Fix printf specifier handling: invalid specifier should not be marked as "con...Mehdi Amini2016-12-151-1/+1
* [Sema] Formatting warnings should see through Objective-C message sendsAlex Lorenz2016-10-241-0/+38
* [Sema] Attempt to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-9/+0
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-0/+8
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-151-0/+1
* Parse 'technical term' format specifier.Ted Kremenek2015-07-021-0/+13
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-1/+1
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-1/+1
* Update the tests to handle proper result type of (?:)Anton Korobeynikov2014-11-121-1/+1
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-251-0/+3
* Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2013-10-151-0/+5
* Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith2013-08-051-0/+2
* Handle "typeof" in Objective-C format string checking. This previously crashed.Ted Kremenek2013-04-101-0/+6
* Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.Jordan Rose2012-12-051-3/+3
* Implicitly annotate __CFStringMakeConstantString with format_arg(1).Jordan Rose2012-08-081-3/+3
* For varargs, diagnose passing ObjC objects by value like other non-POD types.Jordan Rose2012-07-191-0/+8
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-191-6/+6
* Don't crash checking a format string if one of the arguments is invalid.Jordan Rose2012-07-191-0/+17
* Teach format string checking about compile-time CFString constants.Jordan Rose2012-06-041-2/+17
* Inhibit ObjC format warning only in system headers (NSLocalizedString).Jean-Daniel Dupas2012-05-041-2/+11
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Support '%p' format specifier with block pointers.Ted Kremenek2012-03-151-1/+11
* When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas2012-02-211-2/+27
* Tweak format string checking to work with %@ and ObjC toll-free bridging. <r...Ted Kremenek2012-02-061-0/+5
* Revert r149721. chapuni tells me akyrtzi already fixed the testNico Weber2012-02-041-2/+1
* Try to get test passing on windows.Nico Weber2012-02-031-2/+2
* Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window...Argyrios Kyrtzidis2012-02-031-1/+1
* Let %S, %ls, %C match 16bit types in NSStrings.Nico Weber2012-01-311-0/+32
* Disable "non literal format string" for NSString that result from a macro exp...Jean-Daniel Dupas2012-01-301-1/+9
* Update on format attribute handling.Jean-Daniel Dupas2012-01-301-1/+1
* Add support for const pointer to literal-objc string as format attribute.Jean-Daniel Dupas2012-01-251-0/+18
* Fix NSLog format string checking for %@.Ted Kremenek2012-01-251-0/+7
* Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek2012-01-201-2/+2
* Fix a couples of issues in format strings checking.Jean-Daniel Dupas2012-01-171-0/+19
* Revert r133024, "[format strings] correctly suggest correct type for '%@'Daniel Dunbar2011-06-281-1/+0
* [format strings] correctly suggest correct type for '%@' specifiers. Fixes <...Ted Kremenek2011-06-141-0/+1
* Extend format string type-checking to include '%p'. Fixes remaining cases PR...Ted Kremenek2010-06-161-0/+8
* Fix crasher caused by setting a bit in a possibly empty bitvector whileTed Kremenek2010-02-271-0/+5
* Add test case for <rdar://problem/7068334> (which was fixed by r94864).Ted Kremenek2010-01-301-0/+9
* Switch Sema over to using the new implementation of format stringTed Kremenek2010-01-291-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add support for CFString in format attribute.Daniel Dunbar2008-09-261-0/+7
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+36
OpenPOWER on IntegriCloud