| commit | 729a2f6c2bd8a4f2254e3f8a93e8e0c5120ebd35 | [log] [tgz] |
|---|---|---|
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | Wed Oct 16 10:38:32 2019 +0000 |
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Wed Oct 16 10:38:32 2019 +0000 |
| tree | f6797a49fd67bbe6ecfd4be606a66252ceb8a2d1 | |
| parent | c598ef7f2432ab72fda58113cbe7a11a1a7e130c [diff] |
CGBuiltin - 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: 374987