summaryrefslogtreecommitdiffstats
path: root/test/Sema/nullability.c
Commit message (Expand)AuthorAgeFilesLines
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-0/+52
* [Sema] Compute the nullability of a conditional expression based on theAkira Hatanaka2016-07-201-0/+67
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-1/+13
* [Sema] Make nullness warnings appear in C++.George Burgess IV2015-12-141-0/+3
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-1/+3
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-48/+48
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-191-1/+27
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+87