index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
empty-class-layout.cpp
Age
Commit message (
Expand
)
Author
2012-12-06
Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel...
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-01-12
Recommit r148056 with fixes to deal with weirdness with bitfields in unions.
Eli Friedman
2012-01-12
Revert r148056 while I investigate failures.
Eli Friedman
2012-01-12
Make sure adding a field to a struct never reduces its size. PR11745.
Eli Friedman
2010-06-08
Correctly handle fields with virtual bases containing empty subobjects.
Anders Carlsson
2010-05-27
Another empty class layout test.
Anders Carlsson
2010-05-27
Add more empty class layout tests.
Anders Carlsson
2010-05-23
When recording empty subobjects we should always look at the primary virtual ...
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-26
Start at NextOffset when laying out bases as well.
Anders Carlsson
2009-09-26
Use NextOffset when laying out a field.
Anders Carlsson
2009-09-25
Even more work on empty classes.
Anders Carlsson
2009-09-25
Who would have thought that empty classes were so tricky? Handle cases where ...
Anders Carlsson
2009-09-25
Handle array fields that contain empty structs.
Anders Carlsson
2009-09-25
More work on empty classes.
Anders Carlsson
2009-09-24
More improvements with laying out empty bases.
Anders Carlsson
2009-09-24
More work on empty classes.
Anders Carlsson