summaryrefslogtreecommitdiff
path: root/test/SemaObjC/nullability.m
AgeCommit message (Expand)Author
2016-11-10Accept nullability qualifiers on array parameters.Jordan Rose
2016-07-25[Sema][ObjC] Compute the nullability of a conditional expression basedAkira Hatanaka
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-19Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor
2015-06-19Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor
2015-06-19Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor
2015-06-19Extend type nullability qualifiers for Objective-C.Douglas Gregor
2015-06-19Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor
2015-06-19Introduce type nullability specifiers for C/C++.Douglas Gregor