[all-commits] [llvm/llvm-project] 37eb0d: [NFC] Check the nullness of pointer before derefer...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Wed Apr 3 01:40:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37eb0d4948dad6d2399915fde6eb5800c3fe825b
      https://github.com/llvm/llvm-project/commit/37eb0d4948dad6d2399915fde6eb5800c3fe825b
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    M clang/lib/Serialization/GeneratePCH.cpp

  Log Message:
  -----------
  [NFC] Check the nullness of pointer before dereference it in the assertion

This was part of https://github.com/llvm/llvm-project/pull/85050.

It is suggested to split the unrelated change as much as possible. So
here is the patch.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list