[llvm] Include test folder in the Clang Static Analyzer team mentions (PR #127810)

Gábor Horváth via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 07:49:31 PST 2025


https://github.com/Xazax-hun updated https://github.com/llvm/llvm-project/pull/127810

>From 0d93835b06a2649fdb5bd0ceffa43920a2fe730a Mon Sep 17 00:00:00 2001
From: Gabor Horvath <gaborh at apple.com>
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?= <xazax.hun at gmail.com>
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 <donat.nagy at ericsson.com>
---
 .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



More information about the llvm-commits mailing list