[LLVMbugs] [Bug 13237] New: scan-build doesn't understand -isystemDIR
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 29 04:05:22 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13237
Bug #: 13237
Summary: scan-build doesn't understand -isystemDIR
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: bbannier+llvm_bugs at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang mirrors gcc in that it allows an optional space when specifying include
paths, i.e. it supports both `-I/DIR and `-I /DIR` or along the same line
`-isystem/DIR` and `-isystem /DIR`.
scan-build understands most of these as well, but not the `-isystem/DIR` form
without the extra space.
This seems inconsistent and is cumbersome to deal with. Is there an option to
allow scan-build to use that form as well?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list