[all-commits] [llvm/llvm-project] 951490: Guard against self-assignment; NFC (#145743)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Thu Jun 26 03:59:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95149011ea010a4b0ca0e9700437090ae582f8e5
      https://github.com/llvm/llvm-project/commit/95149011ea010a4b0ca0e9700437090ae582f8e5
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-06-26 (Thu, 26 Jun 2025)

  Changed paths:
    M clang/include/clang/AST/Type.h

  Log Message:
  -----------
  Guard against self-assignment; NFC (#145743)

This was caught by a static analysis tool and seemed like a reasonable
code quality improvement.



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