llvm-project/clang/test/SemaObjCXX/Inputs
Jordan Rose 06dd406e27 Add fix-it notes to the nullability consistency warning.
This is especially important for arrays, since no one knows the proper
syntax for putting qualifiers in arrays.

    nullability.h:3:26: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
    void arrayParameter(int x[]);
                             ^
    nullability.h:3:26: note: insert '_Nullable' if the array parameter may be null
    void arrayParameter(int x[]);
                             ^
                              _Nullable
    nullability.h:3:26: note: insert '_Nonnull' if the array parameter should never be null
    void arrayParameter(int x[]);
                             ^
                              _Nonnull

rdar://problem/29524992

llvm-svn: 290132
2016-12-19 20:58:20 +00:00
..
nullability-consistency-system Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
arc-system-header.h
nullability-consistency-1.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-2.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-3.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-4.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-5.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-6.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-7.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-8.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-consistency-arrays.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-pragmas-1.h Add fix-it notes to the nullability consistency warning. 2016-12-19 20:58:20 +00:00
nullability-pragmas-2.h
nullability-pragmas-3.h
nullability-pragmas-generics-1.h Substitute type arguments into uses of Objective-C interface members. 2015-07-07 03:57:53 +00:00