[all-commits] [llvm/llvm-project] 421c9b: [NFC][Clang] Fix static analyzer concern

elizabethandrews via All-commits all-commits at lists.llvm.org
Mon Aug 14 07:20:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 421c9bbf65b78e3410415cac2edf4e00bd4d38ca
      https://github.com/llvm/llvm-project/commit/421c9bbf65b78e3410415cac2edf4e00bd4d38ca
  Author: Elizabeth Andrews <elizabeth.andrews at intel.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/lib/CodeGen/CGObjC.cpp

  Log Message:
  -----------
  [NFC][Clang] Fix static analyzer concern

Fix static analyzer concern about null value
dereference. InterfacePointerType is dereferenced
and should not be null.

Differential Revision: https://reviews.llvm.org/D157454




More information about the All-commits mailing list