SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 17 Oct 2019 11:12:31 +0000 (11:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 17 Oct 2019 11:12:31 +0000 (11:12 +0000)
commite14851259e770a59db736964475ebd152fe1c793
tree3132f1e74af77428dfe9b80e2d33dcf311916e14
parentfda3243fdd9880441af11dd39a3120b3874fd42c
SemaExprCXX - 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: 375101
clang/lib/Sema/SemaExprCXX.cpp