Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-27 | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 1 | -18/+18 | |
llvm-svn: 230795 | |||||
2015-02-27 | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 1 | -24/+24 | |
llvm-svn: 230783 | |||||
2014-08-26 | revert patch r216469. | Fariborz Jahanian | 1 | -1/+1 | |
llvm-svn: 216485 | |||||
2014-08-26 | c11- Check for c11 language option as documentation says | Fariborz Jahanian | 1 | -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 | |||||
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 1 | -2/+2 | |
llvm-svn: 134831 | |||||
2010-11-30 | Replace \r\n with \n. No functional change. | Nick Lewycky | 1 | -99/+99 | |
llvm-svn: 120379 | |||||
2010-11-23 | This test does not need to test the alignment of pointers. Make it pass | John McCall | 1 | -8/+8 | |
on 64-bit systems. llvm-svn: 120014 | |||||
2010-11-23 | long => int to make the test pass on system where sizeof(long) = 64. | Francois Pichet | 1 | -4/+4 | |
llvm-svn: 120005 | |||||
2010-11-23 | Microsoft C anonymous struct implementation. | Francois Pichet | 1 | -0/+99 | |
Documentation: http://msdn.microsoft.com/en-us/library/z2cx9y4f.aspx llvm-svn: 120000 |