diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-03 15:08:30 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-03 15:08:30 +0000 |
commit | c15b38ec7d0b489f32592b2a01072eb8b31c9dcc (patch) | |
tree | 83cc6ec6dd8a874ca372b0389194cb964cc2d686 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | d834f1f63eda24ccf728d4f16c36c97daaabe301 (diff) | |
download | bcm5719-llvm-c15b38ec7d0b489f32592b2a01072eb8b31c9dcc.tar.gz bcm5719-llvm-c15b38ec7d0b489f32592b2a01072eb8b31c9dcc.zip |
ExprConstant - 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: 373612
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions