aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/nullability.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+2
2024-03-29Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung1-2/+0
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+2
2024-03-15Revert "[clang][nullability] allow _Nonnull etc on nullable class types (#827...Sam McCall1-2/+0
2024-03-14[clang][nullability] allow _Nonnull etc on nullable class types (#82705)Sam McCall1-0/+2
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov1-1/+1
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-09-08Revert D111509 "[clang] use getCommonSugar in an assortment of places"Fangrui Song1-1/+1
2022-09-08[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+1
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-1/+1
2022-02-04Use functions with prototypes when appropriate; NFCAaron Ballman1-5/+5
2022-01-02[clang][AST] Fix crash when printing errorEllis Hoag1-0/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-11/+11
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-11/+11
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-11/+11
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse1-2/+2
2018-06-25Revert "Append new attributes to the end of an AttributeList."Michael Kruse1-2/+2
2018-06-19Append new attributes to the end of an AttributeList.Michael Kruse1-2/+2
2016-11-10Accept nullability qualifiers on array parameters.Jordan Rose1-0/+52
2016-07-20[Sema] Compute the nullability of a conditional expression based on theAkira Hatanaka1-0/+67
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava1-1/+13
2015-12-14[Sema] Make nullness warnings appear in C++.George Burgess IV1-0/+3
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic1-1/+3
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor1-48/+48
2015-06-19Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor1-1/+27
2015-06-19Introduce type nullability specifiers for C/C++.Douglas Gregor1-0/+87