[all-commits] [llvm/llvm-project] 5e6747: [Clang] Remove use after move of lambda (#136728)

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Tue Apr 22 12:43:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e6747686dc2eea4aa988f61db567c4f67a7421e
      https://github.com/llvm/llvm-project/commit/5e6747686dc2eea4aa988f61db567c4f67a7421e
  Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M clang/lib/Basic/DiagnosticIDs.cpp

  Log Message:
  -----------
  [Clang] Remove use after move of lambda (#136728)

Static analysis flagged this use after move. It is undefined behavior
and I don't see any possible performance gains here to attempt to do
anything else but simply remove it.



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