[all-commits] [llvm/llvm-project] a365ab: MCExpr: Remove error-prone operator<<

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 28 14:50:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a365abd544fd28d93759b03980b01fd33244fbdd
      https://github.com/llvm/llvm-project/commit/a365abd544fd28d93759b03980b01fd33244fbdd
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-06-28 (Sat, 28 Jun 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp

  Log Message:
  -----------
  MCExpr: Remove error-prone operator<<

Printing an expression is error-prone without a MCAsmInfo argument.
The callers have migrated to MCAsmInfo::printExpr or MCExpr::print.



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