Replace strlen with StringRef::size
Replace multiple strlen calls with a StringRef constructor and a StringRef::size call. Differential Revision: https://reviews.llvm.org/D146394
parent
d3d6a5ff
Please register or sign in to comment
Replace multiple strlen calls with a StringRef constructor and a StringRef::size call. Differential Revision: https://reviews.llvm.org/D146394