diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-21 19:08:31 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-21 19:08:31 +0000 |
commit | 502a509e478a5e6625b58d87b484aacd2387c64d (patch) | |
tree | 944209ee23c841aaec0feaee70424d174d80b24c /llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp | |
parent | 87cb734c04beab4731b51ff6763f5e63a9e604d6 (diff) | |
download | bcm5719-llvm-502a509e478a5e6625b58d87b484aacd2387c64d.tar.gz bcm5719-llvm-502a509e478a5e6625b58d87b484aacd2387c64d.zip |
SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<> directly and if not assert will fire for us.
llvm-svn: 375443
Diffstat (limited to 'llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp')
0 files changed, 0 insertions, 0 deletions