aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/llvm/project.yaml
diff options
context:
space:
mode:
authorGravatar Sam McCall <sam.mccall@gmail.com>2022-05-10 17:11:23 +0200
committerGravatar GitHub <noreply@github.com>2022-05-10 11:11:23 -0400
commitc7a52e6602131dc35adafbc8cb03c2e45887b4c5 (patch)
tree3a304a174462dab65ba717101809aafe9bc119f9 /projects/llvm/project.yaml
parentf3b701a02316e0b6dcc50f071be09c9be618c2d6 (diff)
[llvm] Generate a dictionary for clang fuzzers. (#7686)
This generated dictionary consists of keywords and significant punctuation. It's useful for fuzzers were inputs are C/C++/ObjC source code. See https://reviews.llvm.org/D125166
Diffstat (limited to 'projects/llvm/project.yaml')
-rw-r--r--projects/llvm/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/llvm/project.yaml b/projects/llvm/project.yaml
index 54aef01d..41981cab 100644
--- a/projects/llvm/project.yaml
+++ b/projects/llvm/project.yaml
@@ -15,6 +15,7 @@ auto_ccs:
- "eneyman@google.com"
- "bigcheesegs@gmail.com"
- "davg@google.com"
+ - "sammccall@google.com"
sanitizers:
- address