We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1b1bb5 + efe009c commit 6b65df9Copy full SHA for 6b65df9
FileCheck.pdf
236 KB
docs/06-options.rst
@@ -103,10 +103,13 @@ FileCheck.py follows LLVM FileCheck in the following implementation details:
103
104
- The implicit checks are substring-matched i.e. their are ``in`` checks, not
105
``==`` checks.
106
+
107
- The implicit checks are case sensitive, so ``error`` check will not match
108
``ERROR`` in the input.
109
110
- The implicit check has lower priority than the positive `CHECK*` checks,
111
but it has higher priority than negative `CHECK-NOT` checks.
112
113
- To provide multiple implicit checks, duplicate the argument
114
``--implicit-check-not <your check>`` multiple times.
115
0 commit comments