[all-commits] [llvm/llvm-project] b07a6d: [scan-build][Windows] Fix driver name transformati...

Tomohiro Kashiwada via All-commits all-commits at lists.llvm.org
Fri Jun 6 06:21:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b07a6da7cbe9326d5cc64b55a7cfd582bd51b325
      https://github.com/llvm/llvm-project/commit/b07a6da7cbe9326d5cc64b55a7cfd582bd51b325
  Author: Tomohiro Kashiwada <kikairoya at gmail.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M clang/tools/scan-build/bin/scan-build

  Log Message:
  -----------
  [scan-build][Windows] Fix driver name transformation in scan-build (#143135)

On Windows system, scan-build resolves clang++ driver name as
"clang-{ver}++.exe" from "clang-{ver}.exe" but should transform to
"clang++.exe".



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