summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/struct-packed-align.c
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Fix PR9253, allowing attribute(aligned) to reduce the alignment ofChris Lattner2011-02-191-0/+15
| | | | | | a typedef. llvm-svn: 126059
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-291-0/+8
| | | | | | end of a struct/class/union in C++, from Justin Bogner! llvm-svn: 99811
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - 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). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* __attribute__((aligned)) was being ignored!Daniel Dunbar2009-02-181-0/+8
| | | | | | This knocks out another 8 gcc/compat/i386 & x86_64 failures. llvm-svn: 64947
* Merge postfix attributes on record decls.Daniel Dunbar2008-10-031-0/+12
| | | | llvm-svn: 57019
* Cleanup/refactoring of Sema struct layout. This patch unifies the structEli Friedman2008-05-301-0/+20
| | | | | | | | | | and union codepaths and fixes some minor bugs. I'm reasonably confident this is accurate, at least for X86. I'll correct any bugs as I find them; I haven't found any for a while, though. llvm-svn: 51762
* Fix rdar://5921025 a crash on the included testcase.Chris Lattner2008-05-091-0/+7
| | | | llvm-svn: 50885
* Add more testsAnders Carlsson2008-02-161-8/+35
| | | | llvm-svn: 47217
* Make sizeof and __alignof work correctly with packed structs.Anders Carlsson2008-02-161-0/+37
llvm-svn: 47202
OpenPOWER on IntegriCloud