[PATCH] D12355: [libcxx] Optimize away unneeded length calculation in basic_string::compare(const char*)
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 12:48:56 PDT 2015
mclow.lists added a comment.
I think I'd rather see the call to `strcmp` and `wcscmp` in the char_traits class.
http://reviews.llvm.org/D12355
More information about the cfe-commits
mailing list