[PATCH] Change StringRef size_t instances to size_type

Aaron Ballman aaron at aaronballman.com
Wed May 1 12:46:58 PDT 2013


The StringRef datatype has mixed usage of size_t and size_type in its
interface.  This patch changes usages of size_t into size_type for
consistency.

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StringRef.h.patch
Type: application/octet-stream
Size: 9343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130501/5a226a79/attachment.obj>


More information about the llvm-commits mailing list