| commit | df291d8d8b04259bb4193912e0f4e432e4162f70 | [log] [tgz] |
|---|---|---|
| author | Anders Carlsson <andersca@mac.com> | Wed May 26 04:56:53 2010 +0000 |
| committer | Anders Carlsson <andersca@mac.com> | Wed May 26 04:56:53 2010 +0000 |
| tree | 4b86515ff76b492e9e651fad29e9784ed5cf598a | |
| parent | c4376b9b1b8656fdc54ce6e605c614048a3df9b5 [diff] |
Move the relevant ASTContext member functions that deal with ASTRecordLayoutBuilder into RecordLayoutBuilder.cpp. This matches the way we interact with other builder classes (CGRecordLayoutBuilder, VTableBuilder and VTTBuilder) and it also allows for making ASTRecordLayoutBuilder a private class without a header file. llvm-svn: 104671