aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/llvm/project.yaml
blob: 81662e865b6cebd92b8376e52e49042720216b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
  - "mascasa@google.com"
  - "jdevlieghere@apple.com"
  - "vsk@apple.com"
  - "akilsrin@apple.com"
  - "llvm-bugs@lists.llvm.org"
  - "igmyrj@gmail.com"
  - "mitchphillips@outlook.com"
  - "mitchp@google.com"
  - "xpl0re@gmail.com"
  - "jfb@chromium.org"
  - "eneyman@google.com"
  - "bigcheesegs@gmail.com"
  - "davg@google.com"

sanitizers:
  - address
  - memory

# The LLVM build currently supports only libFuzzer
fuzzing_engines:
    - libfuzzer

# Bug reports are public by default:
view_restrictions: none