Skip to content
Commit 3d9478cf authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Change __INTx_TYPE__ to be always signed. This changes the value for

char-based types from "char" to "signed char". Adjust stdint.h to use
__INTx_TYPE__ directly without prefixing it with signed and to use
__UINTx_TYPE__ for unsigned ones.

The value of __INTx_TYPE__ now matches GCC.

llvm-svn: 214119
parent 1f638440
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