[PATCH] Change StringRef size_t instances to size_type

Chris Lattner clattner at apple.com
Wed May 1 15:36:45 PDT 2013


On May 1, 2013, at 12:46 PM, Aaron Ballman <aaron at aaronballman.com> wrote:

> 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.

Can we standardize the other way?  Use size_t for everything except the typedef of size_type?

-Chris



More information about the llvm-commits mailing list