39 lines · yaml
1'clang':2 - '/\bclang(?!\-)\b/i'3 4'clang-format':5 - '/\bclang-format/i'6 7'clang-tidy':8 - '/\bclang-tidy/i'9 10'libc++':11 - '/libc[+x]{2}(?!\-)/i'12 13'libc++abi':14 - '/libc[+x]{2}-?abi/i'15 16'libc':17 - '/\blibc(?![-+])\b/i'18 19'flang':20 - '/\bflang(?!\-)\b/i'21 22'lld':23 - '/\blld(?!\-)\b/i'24 25'mlir':26 - '/\bmlir(?!\-)\b/i'27 28'bolt':29 - '/\bbolt(?!\-)\b/i'30 31'infra:commit-access-request':32 - '/Request Commit Access/'33 34'false-positive':35 - '\bfalse[- ]positive\b'36 37'false-negative':38 - '\bfalse[- ]negative\b'39