commit | b9d9ab2c3263130e85ff1f322134358fb885c90b | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Fri Jul 15 01:19:35 2016 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Fri Jul 15 01:19:35 2016 +0000 |
tree | d7ddf1b0aa09ce8eac5e23b56fcf8ff146f4c0b3 | |
parent | 7b18a76385d476a3c801a52ffd5e217b53d681b1 [diff] |
[llvm-cov] Clean up an awkward capture-by-reference (NFC) Writing `for (StringRef &SourceFile : ...)` is strange to begin with. Subsequently capturing "SourceFile" by reference is even stranger. Just copy the StringRef, since that's cheap to do. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275515 91177308-0d34-0410-b5e6-96231b3b80d8