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
/
CodeGenCXX
/
class-layout.cpp
Age
Commit message (
Expand
)
Author
2012-04-27
Add a missing check in CodeGen of packed classes with vtables. <rdar://probl...
Eli Friedman
2011-10-07
Record layout requires not just a definition, but a complete
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-04-17
Use the right type name.
Anders Carlsson
2011-04-17
When laying out bases in, always try the "base subobject" LLVM type. If it
Anders Carlsson
2010-12-05
Put each test in class-layout.cpp into a separate namespace.
Anders Carlsson
2010-05-05
Use a more appropriate LLVM type for the vtable pointer.
Anders Carlsson
2009-12-16
Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-08
No need to add tail padding if the resulting LLVM struct type will have the s...
Anders Carlsson
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-27
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ...
Anders Carlsson