When a user invokes the scan-build target that Meson generates all subprojects are included in the resulting report. This commit modifies the invocation of scan-build to exclude all bugs that scan-build finds in the subprojects from the final report. A release note has also been added describing the changed behaviour.pull/12467/head
parent
06b9d1e75a
commit
74712f2dbc
3 changed files with 10 additions and 5 deletions
@ -0,0 +1,4 @@ |
||||
## Subprojects excluded from scan-build reports |
||||
|
||||
The `scan-build` target, created when using the `ninja` backend with `scan-build` |
||||
present, now excludes bugs found in subprojects from its final report. |
Loading…
Reference in new issue