reject attempts to use ()'s in patterns, these are reserved for filecheck.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Sep 2009 17:29:36 +0000 (17:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Sep 2009 17:29:36 +0000 (17:29 +0000)
commit94638f0081b6ec8c7cc5ad9fec8ddbdd6824d90d
tree8c1ad64e923fb0f2eb9ddbf25940d508a427942d
parent5d6a05f4d4faea0c0c96fbf2bb57655df2839b34
reject attempts to use ()'s in patterns, these are reserved for filecheck.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82780 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp