-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[analyzer] Handle getting options for old analyzer version
In case of Clang Static Analyzer we try to get analyzer / checker configuration options by using the `-analyzer-config-help` / `-analyzer-checker-option-help` options which were introduced in Clang 8. With this patch we will handle the use case when someone is using an older version of clang which doesn't support these options.
- Loading branch information
1 parent
763b61d
commit 1d2e7a1
Showing
3 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters