Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d867422c86914e055b8772ec1f22b349e15de94b
/
test
/
SemaCXX
/
class-layout.cpp
6540052
Fix bug in computing POD-for-layout.
by Eli Friedman
· 11 years ago
8e8fb3b
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.
by Andy Gibbs
· 12 years ago
83a45e7
Turn on the new empty base subobject tracking code. It's a bit faster than the previous code. However, it still has quadratic performance, something which I intend to fix shortly in a subsequent patch.
by Anders Carlsson
· 14 years ago
3cd09cc
Rework the way virtual primary bases are added when laying out classes. Instead of doing it as a separate step, we now use the BaseSubobjectInfo and use it when laying out the bases. This fixes a bug where we would either not add a primary virtual base at all, or add it at the wrong offset.
by Anders Carlsson
· 14 years ago
0b4c9b5
Support __attribute__((packed)) (along with other attributes) at the
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
e4fc0d9
When laying out bitfields, make sure that the data size is always aligned to a byte. This fixes PR5580.
by Anders Carlsson
· 15 years ago
b237fd6
Temporary band-aid for handling empty classes somewhat better.
by Anders Carlsson
· 15 years ago
227aad5
Add two more tests.
by Anders Carlsson
· 15 years ago
74cbe22
Handle layout of non-virtual base classes.
by Anders Carlsson
· 15 years ago