[llvm-commits] [llvm] r163371 - /llvm/trunk/utils/FileCheck/FileCheck.cpp

Ted Kremenek kremenek at apple.com
Fri Sep 7 21:29:27 PDT 2012


On Sep 7, 2012, at 12:01 AM, Chandler Carruth <chandlerc at google.com> wrote:

> On Fri, Sep 7, 2012 at 2:47 AM, Ted Kremenek <kremenek at apple.com> wrote:
> Author: kremenek
> Date: Fri Sep  7 01:47:16 2012
> New Revision: 163371
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=163371&view=rev
> Log:
> Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions.
> 
> This seems strange to me... What's the use case in mind? What's the plan for this feature?
> 
> Also, if this feature is going to stay, it should be documented.
>  

The use-case was that I had some tests whose output included special characters like '(' that are typically used for regular expressions, and checking these with FileCheck was a real pain (it was a fair amount of text output from the analyzer).  It turns out that I don't' need it after all, so I will remove this change.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120907/6310abc4/attachment.html>


More information about the llvm-commits mailing list