Skip to content
Commit c5276e58 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Have the array type traits build an expression with type 'size_t'

instead of 'int'.

The Embarcadero spec says 'unsigned int', not 'int'. That's what
'size_t' is on Windows, but for Clang using a 'size_t' that can be
larger than int seems more appropriate.

llvm-svn: 130653
parent f57eba3b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment