summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-anonymous-struct.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-18/+18
| | | | llvm-svn: 230795
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-24/+24
| | | | llvm-svn: 230783
* revert patch r216469.Fariborz Jahanian2014-08-261-1/+1
| | | | llvm-svn: 216485
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-261-1/+1
| | | | | | | | feature is c11 about nested struct declarations must have struct-declarator-list. Without this change, code which was meant for c99 breaks. rdar://18125536 llvm-svn: 216469
* 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
OpenPOWER on IntegriCloud