From a1583522948f966d2393e84befdc2f7fea3bf7b4 Mon Sep 17 00:00:00 2001 From: Yanzuo Liu Date: Fri, 18 Apr 2025 15:27:23 +0800 Subject: [PATCH] [Clang][GitHub][NFC] Auto-add clang:bytecode label for PR (#136148) --- .github/new-prs-labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml index c0c61748010d..1ec159bfaa09 100644 --- a/.github/new-prs-labeler.yml +++ b/.github/new-prs-labeler.yml @@ -7,6 +7,12 @@ ClangIR: - clang/tools/cir-*/**/* - clang/test/CIR/**/* +clang:bytecode: + - clang/docs/ConstantInterpreter.rst + - clang/lib/AST/ByteCode/**/* + - clang/test/AST/ByteCode/**/* + - clang/unittests/AST/ByteCode/**/* + clang:dataflow: - clang/include/clang/Analysis/FlowSensitive/**/* - clang/lib/Analysis/FlowSensitive/**/*