diff options
author | Jordan Rose <jordan_rose@apple.com> | 2016-11-10 23:28:30 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2016-11-10 23:28:30 +0000 |
commit | 3b917fe019fff717f9b92defb8ec14601090381f (patch) | |
tree | f3feb3456cc7f8f0b83f66728ad7312bcb588816 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | f85a9b06b826f1081f121156def4fb3ab9aa6ac3 (diff) | |
download | llvm-3b917fe019fff717f9b92defb8ec14601090381f.zip llvm-3b917fe019fff717f9b92defb8ec14601090381f.tar.gz llvm-3b917fe019fff717f9b92defb8ec14601090381f.tar.bz2 |
Warn when 'assume_nonnull' infers nullability within an array.
...or within a reference. Both of these add an extra level of
indirection that make us less certain that the pointer really was
supposed to be non-nullable. However, changing the default behavior
would be a breaking change, so we'll just make it a warning instead.
Part of rdar://problem/25846421
llvm-svn: 286521
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions