summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arm-darwin-aapcs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MachO: set sizeof result type to what embedded headers expect.Tim Northover2014-08-051-0/+1
| | | | | | | | | Embedded systems seem to have inherited Darwin's choise of "unsigned long" for size_t (via a bunch of headers), so we should respect that. rdar://problem/17872787 llvm-svn: 214854
* size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459>Bob Wilson2013-06-181-0/+12
Some embedded targets use ARM's AAPCS with iOS header files that define size_t as unsigned long, which conflicts with the usual AAPCS definition of size_t as unsigned int. llvm-svn: 184171
OpenPOWER on IntegriCloud