[PATCH] D77227: [RFC][FileCheck] Require colon immediately after CHECK directives

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 09:40:52 PDT 2020


probinson added a comment.

Grepping for `\bCHECK(NEXT|DAG|SAME|NOT):` in llvm/test and clang/test (that is, a directive missing the hyphen separator) turns up nothing.  Are gotchas 4 and 5 really something we should worry about?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77227/new/

https://reviews.llvm.org/D77227





More information about the llvm-commits mailing list