Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new-prs-labeler: update clang:dataflow paths #72153

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

gamesh411
Copy link
Contributor

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

The given glob needed to be fixed; static analyzer-related PRs were
also assigned this label erroneously.
@gamesh411
Copy link
Contributor Author

I have only dabbled in the Clang Static Analyzer part of the codebase, so if I have missed some relevant paths, let's add those as well.

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 13, 2023

@llvm/pr-subscribers-github-workflow

Author: Endre Fülöp (gamesh411)

Changes

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


Full diff: https://github.com/llvm/llvm-project/pull/72153.diff

1 Files Affected:

  • (modified) .github/new-prs-labeler.yml (+5-1)
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/**/*

Copy link
Collaborator

@tstellar tstellar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@gamesh411 gamesh411 merged commit d9be232 into llvm:main Nov 14, 2023
5 checks passed
@gamesh411 gamesh411 deleted the clang-dataflow-labeler branch November 14, 2023 10:07
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
The given glob needed to be fixed; static analyzer-related PRs were also
assigned this label erroneously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants