[all-commits] [llvm/llvm-project] 65df99: [NFC] Avoid potential nullptr deref by using castA...

schittir via All-commits all-commits at lists.llvm.org
Tue Jan 21 21:41:59 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65df99c208ed40271f6dcdfc29bed56540467ce7
      https://github.com/llvm/llvm-project/commit/65df99c208ed40271f6dcdfc29bed56540467ce7
  Author: schittir <sindhu.chittireddy at intel.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

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

  Log Message:
  -----------
  [NFC] Avoid potential nullptr deref by using castAs<> (#123395)

Use castAs<> instead of getAs<>



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