8e8fb3be5bd78f0564444eca02b404566a5f3b5d |
|
19-Oct-2012 |
Andy Gibbs <andyg1001@hotmail.co.uk> |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166280 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/pragma-pack.cpp
|
0652c35a303a6186142eea566c88714c59bdc664 |
|
17-Aug-2012 |
Richard Smith <richard-llvm@metafoo.co.uk> |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162074 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/pragma-pack.cpp
|
5a821198203bdd469175408c4c4c805cc3240159 |
|
09-Dec-2010 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
Fix another unnecessary-struct-padding issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121352 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/pragma-pack.cpp
|
43ddd9f2027bdd9c36336a342e9c0dd2aa13f836 |
|
09-Dec-2010 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121335 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaCXX/pragma-pack.cpp
|