aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/stdint.c
AgeCommit message (Expand)Author
2009-11-17Replace (-INT8_C(128)), which uses an illegally out-of-range argument forKen Dyck
2009-11-17Use the INTn_C integer constant macros to generate limit constants with correctKen Dyck
2009-11-17Remove unnecessary parens around the bodies of integer constant macros. C99Ken Dyck
2009-11-16Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck
2009-11-12Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner
2009-11-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-05clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner
2009-11-04A simple reordering of the definitions in stdint.h and Chris Lattner
2009-10-29add two new and very exhaustive preprocessor tests, patch byChris Lattner