summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pragma-pack.cpp
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
* Don't forget to apply #pragma pack to partial and explicit specializations ofRichard Smith2012-08-171-0/+23
| | | | | | | class templates. This fixes misalignment issues in llvm/Support/Endian.h when built by Clang. llvm-svn: 162074
* Fix another unnecessary-struct-padding issue.Argyrios Kyrtzidis2010-12-091-1/+19
| | | | llvm-svn: 121352
* Before determining the effect the alignment of base struct will have in the ↵Argyrios Kyrtzidis2010-12-091-0/+16
aligment of the sub-struct, take into account if the sub-struct is packed and its maximum field alignment. Fixes rdar://8745206 llvm-svn: 121335
OpenPOWER on IntegriCloud