index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
RecordLayout.h
Age
Commit message (
Expand
)
Author
2009-05-27
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...
Sebastian Redl
2009-05-04
Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits.
Daniel Dunbar
2009-05-04
Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments.
Daniel Dunbar
2009-05-04
Initialize NextOffset correctly, otherwise tight layout fails for
Daniel Dunbar
2009-05-04
Add -fobjc-tight-layout.
Daniel Dunbar
2009-05-03
Remove ASTContext::addRecordToClass.
Daniel Dunbar
2008-10-16
Implement #pragma pack use in structure packing. The general approach
Daniel Dunbar
2008-06-06
During interface layout, don't forget super class.
Devang Patel
2008-06-06
Undo previous check-in.
Devang Patel
2008-06-06
During interface layout, don't forget super class.
Devang Patel
2008-06-04
Add ObjCInterface layout support.
Devang Patel
2008-06-04
Refactoring.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-01
Rename classes and collections that maintain record layout information.
Devang Patel
2007-07-18
implement sizeof/alignof support for structs, unions and complex.
Chris Lattner
2007-07-18
initial layout support for structures and unions. This isn't actually
Chris Lattner