[llvm] r231418 - All FileCheck directives allow patterns.
Paul Robinson
paul_robinson at playstation.sony.com
Thu Mar 5 15:04:26 PST 2015
Author: probinson
Date: Thu Mar 5 17:04:26 2015
New Revision: 231418
URL: http://llvm.org/viewvc/llvm-project?rev=231418&view=rev
Log:
All FileCheck directives allow patterns.
Modified:
llvm/trunk/docs/CommandGuide/FileCheck.rst
Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=231418&r1=231417&r2=231418&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Thu Mar 5 17:04:26 2015
@@ -364,7 +364,7 @@ simply uniquely match a single line in t
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,
More information about the llvm-commits
mailing list