History log of /external/clang/test/CodeGen/pragma-pack-1.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/CodeGen/pragma-pack-1.c
62a89637218aa6542a02726027dae10e6e069e9e 18-Apr-2013 Argyrios Kyrtzidis <akyrtzi@gmail.com> some more tests for r179743.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179781 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pragma-pack-1.c
d9e9a0a7122b881fd97b190ed615daf572731a2b 18-Apr-2013 Argyrios Kyrtzidis <akyrtzi@gmail.com> Add IRGen test case for r179743.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179777 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pragma-pack-1.c
0b495cdb1939f8b9e8a470e138dba5204872c38c 25-Jun-2010 Benjamin Kramer <benny.kra@googlemail.com> A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.

Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106840 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pragma-pack-1.c
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pragma-pack-1.c
4b5584b38b860e8ecb20420e2fe16d5ed97a68a0 23-Jul-2009 Anders Carlsson <andersca@mac.com> We don't need to keep track of the packed alignment, just whether the struct is packed or not. Fixes PR4610.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76884 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pragma-pack-1.c