[all-commits] [llvm/llvm-project] cc5f82: [clang][scan-build] Treat --use-cc and --use-c++ a...
Florian Ragwitz via All-commits
all-commits at lists.llvm.org
Mon Mar 24 03:09:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc5f8293b320d1c6c4d0552cfab481332c83723e
https://github.com/llvm/llvm-project/commit/cc5f8293b320d1c6c4d0552cfab481332c83723e
Author: Florian Ragwitz <florian.ragwitz at gmail.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M clang/tools/scan-build/libexec/ccc-analyzer
Log Message:
-----------
[clang][scan-build] Treat --use-cc and --use-c++ as shell commands (#131932)
So that things like --use-cc="ccache gcc" work.
Fixes #26594.
Also use the slightly simpler shellwords instead of quotewords.
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