diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-21 18:28:31 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-21 18:28:31 +0000 |
commit | 03d35ab3ae600b0659dcb47c006d9d51925e427f (patch) | |
tree | 08560655d74de0e7fc2ec752d2b810aa489c42c0 /lib/Frontend/CompilerInvocation.cpp | |
parent | 12014db57cd60b1e9b082c494545225af5c36e30 (diff) | |
download | clang-03d35ab3ae600b0659dcb47c006d9d51925e427f.tar.gz |
SemaExceptionSpec - 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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions