From 0d93835b06a2649fdb5bd0ceffa43920a2fe730a Mon Sep 17 00:00:00 2001 From: Gabor Horvath Date: Wed, 19 Feb 2025 15:31:53 +0000 Subject: [PATCH 1/2] Include test folder in the Clang Static Analyzer team mentions --- .github/new-prs-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml index 566308bb3df8d..99b721f8c5bea 100644 --- a/.github/new-prs-labeler.yml +++ b/.github/new-prs-labeler.yml @@ -499,6 +499,7 @@ clang:static analyzer: - clang/tools/scan-build/** - clang/utils/analyzer/** - clang/docs/analyzer/** + - clang/test/Analysis pgo: - llvm/lib/Transforms/Instrumentation/CGProfile.cpp From 37e419b0e4b4517e2f4738d4f49da2b2a1ee7336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Horv=C3=A1th?= Date: Wed, 19 Feb 2025 15:49:19 +0000 Subject: [PATCH 2/2] Update .github/new-prs-labeler.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: DonĂ¡t Nagy --- .github/new-prs-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml index 99b721f8c5bea..f4118ccf7be10 100644 --- a/.github/new-prs-labeler.yml +++ b/.github/new-prs-labeler.yml @@ -499,7 +499,7 @@ clang:static analyzer: - clang/tools/scan-build/** - clang/utils/analyzer/** - clang/docs/analyzer/** - - clang/test/Analysis + - clang/test/Analysis/** pgo: - llvm/lib/Transforms/Instrumentation/CGProfile.cpp