-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Open
Labels
Description
| 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)