1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

All FileCheck directives allow patterns.

llvm-svn: 231418
This commit is contained in:
Paul Robinson 2015-03-05 23:04:26 +00:00
parent 4f5a1f3321
commit 1fde157419

View File

@ -364,7 +364,7 @@ simply uniquely match a single line in the file being verified.
FileCheck Pattern Matching Syntax
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The "``CHECK:``" and "``CHECK-NOT:``" directives both take a pattern to match.
All FileCheck directives take a pattern to match.
For most uses of FileCheck, fixed string matching is perfectly sufficient. For
some things, a more flexible form of matching is desired. To support this,
FileCheck allows you to specify regular expressions in matching strings,