summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/Inputs
AgeCommit message (Expand)Author
2017-10-24[Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka
2017-09-28[Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai
2016-12-19Add fix-it notes to the nullability consistency warning.Jordan Rose
2016-11-10Don't require nullability on 'va_list'.Jordan Rose
2016-11-10Add -Wnullability-completeness-on-arrays.Jordan Rose
2016-11-02Don't require nullability on template parameters in typedefs.Jordan Rose
2015-10-09Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor
2015-07-07Substitute type arguments into uses of Objective-C interface members.Douglas Gregor
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-19Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor
2015-06-19CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor
2015-06-19Check for consistent use of nullability type specifiers in a header.Douglas Gregor
2015-06-19Introduced pragmas for audited nullability regions.Douglas Gregor
2011-06-15Automatic Reference Counting.John McCall