Daniel Dunbar
893f3d54d9
[tests] Only include stdint.h if we are in freestanding mode.
...
- We shouldn't even try to include stdint.h in hosted mode, as the dependency
on even parsing a platforms stdint.h might fail for some targets.
llvm-svn: 179723
2013-04-17 21:11:07 +00:00
Daniel Dunbar
50b8b5507b
Headers: Don't try to use RSIZE_MAX unless we are freestanding.
...
- We don't want to depend on the platforms stdint.h.
llvm-svn: 179429
2013-04-12 23:41:08 +00:00
Daniel Dunbar
95f1de3de5
Headers: Add support for ISO9899:2011 rsize_t.
...
llvm-svn: 179427
2013-04-12 23:24:56 +00:00
Richard Smith
584f7dcc0e
Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so.
...
llvm-svn: 178736
2013-04-04 02:55:24 +00:00
Richard Smith
4dab709484
C11: Provide the missing half of <stdalign.h>
...
llvm-svn: 173900
2013-01-30 06:33:54 +00:00
Richard Smith
0015f09877
Parsing support for C11's _Noreturn keyword. No semantics yet.
...
llvm-svn: 172761
2013-01-17 22:16:11 +00:00