We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0447546 commit af7c883Copy full SHA for af7c883
llvm/docs/CommandGuide/FileCheck.rst
@@ -43,8 +43,10 @@ and from the command line.
43
"``:``") one or more prefixes to match. Multiple prefixes are useful for tests
44
which might change for different run options, but most lines remain the same.
45
46
- FileCheck does not permit duplicate prefixes, even if one is a check prefix
47
- and one is a comment prefix (see :option:`--comment-prefixes` below).
+ FileCheck does not permit:
+
48
+ * duplicate prefixes, even if one is a check prefix and one is a comment prefix (see :option:`--comment-prefixes` below).
49
+ * check prefixes ending with directives (i.e. ``--check-prefix=FOO-NEXT``)
50
51
.. option:: --check-prefixes prefix1,prefix2,...
52
0 commit comments