Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not issue -Wnullability-completeness for dependent types that are not writ... | Richard Smith | 2017-05-19 | 1 | -1/+7 |
* | Accept nullability qualifiers on array parameters. | Jordan Rose | 2016-11-10 | 1 | -0/+13 |
* | [Sema] Compute the nullability of a conditional expression based on the | Akira Hatanaka | 2016-07-20 | 1 | -0/+20 |
* | [Sema] Make nullness warnings appear in C++. | George Burgess IV | 2015-12-14 | 1 | -1/+31 |
* | Make __has_feature(nullability) and __has_extension(nullability) always true. | Douglas Gregor | 2015-06-29 | 1 | -0/+5 |
* | Replace __double_underscored type nullability qualifiers with _Uppercase_unde... | Douglas Gregor | 2015-06-24 | 1 | -21/+21 |
* | Diagnose unsafe uses of nil and __nonnull pointers. | Douglas Gregor | 2015-06-19 | 1 | -0/+22 |
* | Introduce type nullability specifiers for C/C++. | Douglas Gregor | 2015-06-19 | 1 | -0/+42 |