summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms-anonymous-struct.c
Commit message (Collapse)AuthorAgeFilesLines
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
| | | | llvm-svn: 134831
* Replace \r\n with \n. No functional change.Nick Lewycky2010-11-301-99/+99
| | | | llvm-svn: 120379
* This test does not need to test the alignment of pointers. Make it passJohn McCall2010-11-231-8/+8
| | | | | | on 64-bit systems. llvm-svn: 120014
* long => int to make the test pass on system where sizeof(long) = 64.Francois Pichet2010-11-231-4/+4
| | | | llvm-svn: 120005
* Microsoft C anonymous struct implementation.Francois Pichet2010-11-231-0/+99
Documentation: http://msdn.microsoft.com/en-us/library/z2cx9y4f.aspx llvm-svn: 120000