]> granicus.if.org Git - clang/commit
Fix test case function name checks
authorBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 20 Nov 2015 20:47:34 +0000 (20:47 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 20 Nov 2015 20:47:34 +0000 (20:47 +0000)
commit89442540228678039c2091b9c4aae6482ca7e5fe
tree5e8c61168c167771c8c17172c1d14686d510104f
parent818f7069b83ab27ed8dfc6f2714d829743ae0f28
Fix test case function name checks

This is similar to the earlier fix I did, r253702, expect that here it
is function names that are being searched for.  If the function name
matches part of the directory name it can cause an apparent test
case failure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253706 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/captured-statements.c