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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to