summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/Inputs
Commit message (Expand)AuthorAgeFilesLines
* [Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka2017-10-241-0/+13
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-281-1/+1
* Add fix-it notes to the nullability consistency warning.Jordan Rose2016-12-1911-15/+120
* Don't require nullability on 'va_list'.Jordan Rose2016-11-101-0/+22
* Add -Wnullability-completeness-on-arrays.Jordan Rose2016-11-101-0/+87
* Don't require nullability on template parameters in typedefs.Jordan Rose2016-11-021-0/+8
* Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor2015-10-092-0/+15
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+21
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-248-27/+27
* Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor2015-06-191-0/+8
* CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor2015-06-191-0/+16
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-199-13/+124
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-193-0/+110
* Automatic Reference Counting.John McCall2011-06-151-0/+14