We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c76bb commit a158352Copy full SHA for a158352
.github/new-prs-labeler.yml
@@ -7,6 +7,12 @@ ClangIR:
7
- clang/tools/cir-*/**/*
8
- clang/test/CIR/**/*
9
10
+clang:bytecode:
11
+ - clang/docs/ConstantInterpreter.rst
12
+ - clang/lib/AST/ByteCode/**/*
13
+ - clang/test/AST/ByteCode/**/*
14
+ - clang/unittests/AST/ByteCode/**/*
15
+
16
clang:dataflow:
17
- clang/include/clang/Analysis/FlowSensitive/**/*
18
- clang/lib/Analysis/FlowSensitive/**/*
0 commit comments