http://llvm.org/bugs/show_bug.cgi?id=22594
Bug ID: 22594
Summary: exclude specified paths from analysis with scan-build
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
An option to exclude specified paths from the generated analysis report. This
would allow for specific code parts that are part of the build to be excluded
from the resulting report.
For example:
scan-build --exclude=/foo/src/mycodebase/nothisdir make
Would result in analysis of the project located in '/foo/src/mycodebase/' and
it's subdirs, but would exclude '/foo/src/mycodebase/nothisdir' in the
generated report.
This would be useful in a scenario where a build project has a lot of
prerequisite/dependent code that does get included in a build of the project,
but may not be of primary interest for the developers of the main project.
--
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