aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/llvm/project.yaml
blob: ff9e3e2a1bf2fe44d0ecb733acda6eade52e8b74 (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
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"
  - "xpl0re@gmail.com"
  - "jfb@chromium.org"
  - "eneyman@google.com"

# TODO(kcc): enable msan.
sanitizers:
  - address

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

# Bug reports are public by default:
view_restrictions: none