diff options
author | Jordan Rose <jordan_rose@apple.com> | 2016-11-10 23:28:26 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2016-11-10 23:28:26 +0000 |
commit | f85a9b06b826f1081f121156def4fb3ab9aa6ac3 (patch) | |
tree | 1791f774202ea5b813d6f533da66b29aea2b99c8 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 303e2f1eac90bf1be2eb9255411107b5ffb8a475 (diff) | |
download | llvm-f85a9b06b826f1081f121156def4fb3ab9aa6ac3.zip llvm-f85a9b06b826f1081f121156def4fb3ab9aa6ac3.tar.gz llvm-f85a9b06b826f1081f121156def4fb3ab9aa6ac3.tar.bz2 |
Add -Wnullability-completeness-on-arrays.
This is an addition to (and sub-warning of) -Wnullability-completeness
that warns when an array parameter is missing nullability. When the
specific warning is switched off, the compiler falls back to only
warning on pointer types written as pointer types.
Note that use of nullability /within/ an array triggers the
completeness checks regardless of whether or not the array-specific
warning is enabled; the intent there is simply to determine whether a
particular header is trying to be nullability-aware at all.
Part of rdar://problem/25846421.
llvm-svn: 286520
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions