aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/llvm/project.yaml
blob: bb409fa9c3e009ae973fda54e47b3b0ffbc7c126 (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
28
homepage: "http://llvm.org/"
language: c++
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

fuzzing_engines:
  - libfuzzer
  - honggfuzz

# Bug reports are public by default:
view_restrictions: none