FileCheck: When a string using variable references fails to match, print
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Nov 2009 22:08:06 +0000 (22:08 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Nov 2009 22:08:06 +0000 (22:08 +0000)
commitfafe93c8bcbc538573bc5e890f24f9869a11f846
tree9adad9e5c8f6aa1136b70eb5e17397d07895c7ff
parent4153982375811da8ffe8d8cc45e09d44c6f40642
FileCheck: When a string using variable references fails to match, print
additional information about the current definitions of the variables used in
the string.

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