[PATCH] D78024: [FileCheck] - Fix the false positive when -implicit-check-not is used with an unknown -check-prefix.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 10:47:36 PDT 2020


probinson added a comment.

I'm just reading this review for the first time, and my thought was, why is this interacting with implicit-check-not?

I think specifying a `--check-prefix=FOO` with no uses of FOO should be diagnosed.  I can't say I recall the previous discussion in detail, but that's what I think now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78024





More information about the llvm-commits mailing list