Andy Gibbs
|
c6e68daac0
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
llvm-svn: 166280
|
2012-10-19 12:44:48 +00:00 |
Richard Smith
|
034b94a557
|
Don't forget to apply #pragma pack to partial and explicit specializations of
class templates. This fixes misalignment issues in llvm/Support/Endian.h when
built by Clang.
llvm-svn: 162074
|
2012-08-17 03:20:55 +00:00 |
Argyrios Kyrtzidis
|
d62c9be4fc
|
Fix another unnecessary-struct-padding issue.
llvm-svn: 121352
|
2010-12-09 02:47:58 +00:00 |
Argyrios Kyrtzidis
|
8b54274fcf
|
Before determining the effect the alignment of base struct will have in the 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
|
2010-12-09 00:35:20 +00:00 |