[PATCH] unsigned count() for ADT

Yaron Keren yaron.keren at gmail.com
Fri Jun 20 05:44:32 PDT 2014


Richard, I reverted size_type to unsigned since size are counts are usually assumed in LLVM code to be unsigned.
We don't really need to 64 bit-sized containers (yet?) so better be safe rather than introduce possibly subtle bugs.

http://reviews.llvm.org/D4018






More information about the llvm-commits mailing list