[PATCH] D45776: [clang-tidy] Customize FileCheck prefix in check_clang-tidy.py

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 10:39:56 PDT 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D45776#1253934, @zinovy.nis wrote:

> In https://reviews.llvm.org/D45776#1251256, @lebedev.ri wrote:
>
> > Did this intentionally omit the possibility to pass a group of prefixes, like `FileCheck` supports?
> >  Usefulness of this feature is somewhat penalized by this.
>
>
> I did not fully realize what do you mean. Can you please provide a sample? I see only single `-check-prefix=<string>` in `FileCheck`.


https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-check-prefixes


Repository:
  rL LLVM

https://reviews.llvm.org/D45776





More information about the llvm-commits mailing list