SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Oct 2019 13:20:42 +0000 (13:20 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Oct 2019 13:20:42 +0000 (13:20 +0000)
commit20692a0d3d3e837e6f81d477cbc07b4eb449d380
tree873e88d55b52cea280abb2812f8daa6b86c67f3b
parentf609c0a303e4e20356d565d2bd4ecec76ed7ca7e
SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.

The static analyzer is warning about potential null dereferences, but we should be able to use castAs<> directly and if not assert will fire for us.

llvm-svn: 373824
clang/lib/Sema/SemaStmt.cpp