[LLVMbugs] [Bug 24112] New: scan-build doesn't work with --use-analyzer="path to clang++.exe"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 13 15:12:32 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24112
Bug ID: 24112
Summary: scan-build doesn't work with --use-analyzer="path to
clang++.exe"
Product: clang
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: anton.yartsev at Gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
scan-build doesn't seem to do anything if a path to clang++.exe is fed to
scan-build via the --use-analyzer option.
That is because scan-build thinks "clang++.exe" is a clang executable name and
adds "++" to construct clang++ executable name and this ends up with
"clang++++.exe" as clang++ executable name.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150713/d430aa1c/attachment.html>
More information about the llvm-bugs
mailing list