[all-commits] [llvm/llvm-project] c2cb57: [Clang][NFC] Move UntypedParameters instead of cop...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Tue Jun 10 23:42:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2cb571c6cbcec75ab401974348f9f0d9b2190db
      https://github.com/llvm/llvm-project/commit/c2cb571c6cbcec75ab401974348f9f0d9b2190db
  Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

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

  Log Message:
  -----------
  [Clang][NFC] Move UntypedParameters instead of copy (#143646)

Static analysis flagged that UntypedParameters could be moved instead of
copied. This would avoid copying a large object.



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