diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index d87d8034568..6b7159ced8d 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -326,6 +326,7 @@ NoPostBar = r"(?!(/|\\))" tool_patterns = [r"\bFileCheck\b", r"\bc-index-test\b", NoPreHyphenDot + r"\bclang-check\b" + NoPostHyphenDot, + NoPreHyphenDot + r"\bclang-diff\b" + NoPostHyphenDot, NoPreHyphenDot + r"\bclang-format\b" + NoPostHyphenDot, # FIXME: Some clang test uses opt? NoPreHyphenDot + r"\bopt\b" + NoPostBar + NoPostHyphenDot, |

