[llvm] new-prs-labeler: update clang:dataflow paths (PR #72153)

Endre Fülöp via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 11:27:28 PST 2023


https://github.com/gamesh411 created https://github.com/llvm/llvm-project/pull/72153

The given glob needed to be fixed; static analyzer-related PRs were also assigned this label erroneously.

>From eecde1c8d52d41f6c1667913d5f7659dcd3c49ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Endre=20F=C3=BCl=C3=B6p?= <endre.fulop at sigmatechnology.se>
Date: Mon, 13 Nov 2023 20:19:59 +0100
Subject: [PATCH] new-prs-labeler: update clang:dataflow paths

The given glob needed to be fixed; static analyzer-related PRs were
also assigned this label erroneously.
---
 .github/new-prs-labeler.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index e4bc53e60066e8d..e4ae2b7c839f9eb 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -1,5 +1,9 @@
 clang:dataflow:
-  - clang/**/Analysis/**/*
+  - clang/include/clang/Analysis/FlowSensitive/**/*
+  - clang/lib/Analysis/FlowSensitive/**/*
+  - clang/unittests/Analysis/FlowSensitive/**/*
+  - clang/docs/DataFlowAnalysisIntro.md
+  - clang/docs/DataFlowAnalysisIntroImages/**/*
 
 clang:frontend:
   - clang/lib/AST/**/*



More information about the llvm-commits mailing list