History log of /external/clang/test/Headers/c11.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/Headers/c11.c
dea47a5d7d0d978072224b8225fb738096437129 20-Sep-2013 Chandler Carruth <chandlerc@gmail.com> Switch tests in test/Headers to use %clang_cc1 rather than %clang. There
is no need to go through the driver indirection here, and it clutters
things up as dependencies can sneak in for specific things the driver is
doing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191107 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
94effad4c71e4b25b7d56e6392526a55e3a989e7 17-Apr-2013 Daniel Dunbar <daniel@zuster.org> [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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179723 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
dd9bd3ba42ecc3c91ba36f194b993a99371ab825 13-Apr-2013 Daniel Dunbar <daniel@zuster.org> Headers: Don't try to use RSIZE_MAX unless we are freestanding.
- We don't want to depend on the platforms stdint.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179429 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
2943d3dded877fbe0bb965756f047d379032d4ba 13-Apr-2013 Daniel Dunbar <daniel@zuster.org> Headers: Add support for ISO9899:2011 rsize_t.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179427 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
4a3c6c6daebce44416a63bb19ad1ab7fe0d16354 04-Apr-2013 Richard Smith <richard-llvm@metafoo.co.uk> Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178736 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
48cb74adac0acb5681ba12e9202adc1d9cb2d523 30-Jan-2013 Richard Smith <richard-llvm@metafoo.co.uk> C11: Provide the missing half of <stdalign.h>


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173900 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c
de03c15ad92b44a4be11507ca2501bb9dd014dce 17-Jan-2013 Richard Smith <richard-llvm@metafoo.co.uk> Parsing support for C11's _Noreturn keyword. No semantics yet.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172761 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Headers/c11.c