[all-commits] [llvm/llvm-project] 5e6e51: [Sema] Remove an unnecessary cast (NFC) (#146703)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Jul 2 10:39:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e6e51bbbec4ed53d21f45111c948fb82c50314d
      https://github.com/llvm/llvm-project/commit/5e6e51bbbec4ed53d21f45111c948fb82c50314d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M clang/lib/Sema/SemaCodeComplete.cpp

  Log Message:
  -----------
  [Sema] Remove an unnecessary cast (NFC) (#146703)

The only use of Receiver is to initialize RecExpr.  This patch renames
Receiver to RecExpr while removing the cast statement.



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