diff options
| author | Andrew McNulty <amcn102@gmail.com> | 2023-10-31 16:42:30 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-02 18:41:51 -0400 |
| commit | 74712f2dbc3e0f04e6458c6ffe129187dd4726bf (patch) | |
| tree | 335868a9dc205411eb89d35854c104809f664372 /docs/markdown | |
| parent | 06b9d1e75a142bb54282042a993bef5f9aa57138 (diff) | |
| download | meson-74712f2dbc3e0f04e6458c6ffe129187dd4726bf.tar.gz | |
scan-build: Exclude subprojects from scan-build report
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.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/subprojects_excluded_from_scanbuild.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/subprojects_excluded_from_scanbuild.md b/docs/markdown/snippets/subprojects_excluded_from_scanbuild.md new file mode 100644 index 000000000..d740006be --- /dev/null +++ b/docs/markdown/snippets/subprojects_excluded_from_scanbuild.md @@ -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. |
