Add -exact-match option to FileCheck to allow clients to do exact matches without...
authorTed Kremenek <kremenek@apple.com>
Fri, 7 Sep 2012 06:47:16 +0000 (06:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 7 Sep 2012 06:47:16 +0000 (06:47 +0000)
commit2e578388ab8b0f6070ad95bae584423931a98c78
tree9e401d7b5ae25f2887e3287e3620370448657c24
parent1fdaee9995f1bf1553cecd4da62daba91fd4fa1f
Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions.

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