summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/stdint.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-12/+12
* Avoid unwanted expansion in macros that paste together INT<n>_C(v) and Ken Dyck2009-11-201-2/+2
* Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX,Ken Dyck2009-11-201-15/+15
* Avoid unwanted macro expansion in macros that paste together int<n>_t andKen Dyck2009-11-201-0/+29
* Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary Ken Dyck2009-11-191-4/+4
* Define intptr_t and uintptr_t in terms of their equivalent exact-width types.Ken Dyck2009-11-181-22/+22
* Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-widthKen Dyck2009-11-181-12/+12
* Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros forKen Dyck2009-11-181-15/+15
* Define intmax_t and uintmax_t as the [u]intN_t type corresponding toKen Dyck2009-11-181-22/+22
* Replace (-INT8_C(128)), which uses an illegally out-of-range argument forKen Dyck2009-11-171-70/+70
* Use the INTn_C integer constant macros to generate limit constants with correctKen Dyck2009-11-171-74/+74
* Remove unnecessary parens around the bodies of integer constant macros. C99Ken Dyck2009-11-171-105/+105
* Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck2009-11-161-10/+10
* Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner2009-11-121-33/+33
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-121-4/+4
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-11/+11
* clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner2009-11-051-4/+4
* A simple reordering of the definitions in stdint.h and Chris Lattner2009-11-041-193/+183
* add two new and very exhaustive preprocessor tests, patch byChris Lattner2009-10-291-0/+1244
OpenPOWER on IntegriCloud