OSDN Git Service

Fix FileCheck: substr() expect the length of the string as 2nd arg
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 12 Mar 2015 00:07:29 +0000 (00:07 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 12 Mar 2015 00:07:29 +0000 (00:07 +0000)
commitf7243645ff41f3b8b18c240cd8b2f206ad98012b
treee5d8998a0fd63a6e79cd9616adaf5eeac3c18fbf
parentceb915026871b0d1e78267030702789df1d2fac5
Fix FileCheck: substr() expect the length of the string as 2nd arg

The code assumed that substr() was taking start,end while it takes
start,length.

From: Mehdi Amini <mehdi.amini@apple.com>

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