mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:06:38 +00:00
39 lines
513 B
YAML
39 lines
513 B
YAML
'clang':
|
|
- '/\bclang(?!\-)\b/i'
|
|
|
|
'clang-format':
|
|
- '/\bclang-format/i'
|
|
|
|
'clang-tidy':
|
|
- '/\bclang-tidy/i'
|
|
|
|
'libc++':
|
|
- '/libc[+x]{2}(?!\-)/i'
|
|
|
|
'libc++abi':
|
|
- '/libc[+x]{2}-?abi/i'
|
|
|
|
'libc':
|
|
- '/\blibc(?![-+])\b/i'
|
|
|
|
'flang':
|
|
- '/\bflang(?!\-)\b/i'
|
|
|
|
'lld':
|
|
- '/\blld(?!\-)\b/i'
|
|
|
|
'mlir':
|
|
- '/\bmlir(?!\-)\b/i'
|
|
|
|
'bolt':
|
|
- '/\bbolt(?!\-)\b/i'
|
|
|
|
'infra:commit-access-request':
|
|
- '/Request Commit Access/'
|
|
|
|
'false-positive':
|
|
- '\bfalse[- ]positive\b'
|
|
|
|
'false-negative':
|
|
- '\bfalse[- ]negative\b'
|