From 81641657e579fdc23db4cac157c0b44c881fddd1 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 4 Sep 2017 16:47:31 +0100 Subject: [PATCH] Add jdevlieghere to LLVM's CC list (#812) --- projects/llvm/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/llvm/project.yaml b/projects/llvm/project.yaml index 2d2272c3a..f773db763 100644 --- a/projects/llvm/project.yaml +++ b/projects/llvm/project.yaml @@ -2,6 +2,7 @@ homepage: "http://llvm.org/" primary_contact: "kcc@google.com" auto_ccs: - "mascasa@google.com" + - "jdevlieghere@apple.com" - "llvm-bugs@lists.llvm.org" # TODO(kcc): enable other sanitizers. @@ -11,6 +12,6 @@ sanitizers: # The LLVM build currently supports only libFuzzer fuzzing_engines: - libfuzzer - + # Bug reports are public by default: view_restrictions: none