~pali/llvm/clang-tools-extra-trunk

Viewing all changes in revision 5258.

  • Committer: rksimon
  • Date: 2019-10-17 11:12:53 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:clang-tools-extra/trunk:375102
clang-tidy - 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: