Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7635d2151d6045f8106bf947a8e536c1497a7c4e
/
test
/
Preprocessor
/
init.c
7635d21
Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in
by Ken Dyck
· 16 years ago
7484e5d
Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h.
by Ken Dyck
· 16 years ago
8241d73
Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and
by Ken Dyck
· 16 years ago
cf2f71f
Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been
by Ken Dyck
· 16 years ago
d00c751
Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h.
by Ken Dyck
· 16 years ago
ed116e9
Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses
by Ken Dyck
· 16 years ago
d896e1a
Predefine __INTPTR_WIDTH__ for future use in stdint.h.
by Ken Dyck
· 16 years ago
eec59a7
Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no
by Ken Dyck
· 16 years ago
186696b
Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in
by Ken Dyck
· 16 years ago
c5a97ec
Move -fnext-runtime defaulting to driver (and change clang-cc default to
by Daniel Dunbar
· 16 years ago
1f95e65
Move char-is-signed defaulting to driver, instead of using
by Daniel Dunbar
· 16 years ago
eef22ef
Parameterize the constant-generating macros in stdint.h with new built-in
by Ken Dyck
· 16 years ago
dcdd2a0
Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck!
by Chris Lattner
· 16 years ago
9184646
do not store wchar/char16/char32/intmax width/alignment info
by Chris Lattner
· 16 years ago
2475d76
Remove RUN: true lines.
by Daniel Dunbar
· 16 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
9617a78
Fixed for running on Windows.
by John Thompson
· 16 years ago
bceaf86
add two new and very exhaustive preprocessor tests, patch by Ken Dyck!
by Chris Lattner
· 16 years ago