[all-commits] [llvm/llvm-project] 77618a: Delete copy constructor/assignment; NFC (#145689)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Wed Jun 25 06:11:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77618a9253d22ed9010eef561dcff68b61c39115
      https://github.com/llvm/llvm-project/commit/77618a9253d22ed9010eef561dcff68b61c39115
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M clang/lib/CodeGen/CodeGenFunction.h

  Log Message:
  -----------
  Delete copy constructor/assignment; NFC (#145689)

This is an RAII object and static analysis was flagging it for not
following the rule of three (or five).



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