[LLVMbugs] [Bug 17071] New: The scan-build option --use-analyzer should take into account the value of the PATH environment variable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Sep 2 20:15:50 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17071
Bug ID: 17071
Summary: The scan-build option --use-analyzer should take into
account the value of the PATH environment variable
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: sstewartgallus00 at mylangara.bc.ca
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The scan-build option --use-analyzer should take into account the
value of the PATH environment variable. Firstly, it is confusing that
`clang myfile.c` works but `scan-build --use-analyzer=clang sh -c
'"${CC}" myfile.c' does not. Secondly, it is difficult to canonicalize
user provided variables in a Makefile.
--
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/20130903/4bcba0da/attachment.html>
More information about the llvm-bugs
mailing list