Skip to content

Allow excluding of dirs/files from analysis #3078

@llvmbot

Description

@llvmbot
Bugzilla Link 2706
Version unspecified
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @FlashSheridan

Extended Description

The basic idea is to allow certain dirs/files to not be scanned by the analyzer, this can be done as:

  • Early implementation, allow multiple exclude statements on the command line, only support matching directories to exclude

  • Later implementation, allow multiple exclude statements, allow each of those statements to be some sort of advance matching (wildcard, regex)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions