summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/stdint.h
Commit message (Expand)AuthorAgeFilesLines
* glibc plays some weird games with multiple different definitions ofChris Lattner2009-04-181-3/+12
* Only intptr_t is protected by __intptr_t_defined.Daniel Dunbar2009-03-151-1/+1
* fix inverted conditional, rdar://6633188Chris Lattner2009-02-281-1/+1
* anders johnson points out that some software depends on theChris Lattner2009-02-131-0/+3
* Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner2009-02-131-19/+2
* Fix an #ifndef that should be an #ifdef instead.Anders Carlsson2009-02-101-2/+2
* C++ really shouldn't check these #defines, thanks to HowardChris Lattner2009-02-071-10/+8
* remove two eroneous suffixes, these promote to int. Thanks to NeilChris Lattner2009-02-071-2/+2
* fix some missing parens, thanks for Eli's review!Chris Lattner2009-02-071-6/+6
* make sure that UINTMAX_MAX has an unsigned type. This assumes that Chris Lattner2009-02-071-1/+1
* make various MAX/MIN constants be preprocessor constants, not C constants.Chris Lattner2009-02-071-12/+12
* Apparently it is important to define intptr_t and uintptr_t to Chris Lattner2009-02-071-1/+8
* Fix some errors in the new stdint.h.Sebastian Redl2009-02-061-5/+5
* add a stdint.h header.Chris Lattner2009-02-061-0/+224
OpenPOWER on IntegriCloud