summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorAndrew McNulty <amcn102@gmail.com>2023-10-31 16:42:30 +0100
committerEli Schwartz <eschwartz93@gmail.com>2023-11-02 18:41:51 -0400
commit74712f2dbc3e0f04e6458c6ffe129187dd4726bf (patch)
tree335868a9dc205411eb89d35854c104809f664372 /docs/markdown
parent06b9d1e75a142bb54282042a993bef5f9aa57138 (diff)
downloadmeson-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.md4
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.