Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -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 of | Richard Smith | 2012-08-17 | 1 | -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 Kyrtzidis | 2010-12-09 | 1 | -1/+19 |
| | | | | llvm-svn: 121352 | ||||
* | Before determining the effect the alignment of base struct will have in the ↵ | Argyrios Kyrtzidis | 2010-12-09 | 1 | -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 |