Changeset 366f5cd for src/Virtual/Tables.cpp
- Timestamp:
- Jun 23, 2026, 1:57:51 PM (41 hours ago)
- Branches:
- master
- Children:
- 9d7a19f
- Parents:
- 45d0e65
- File:
-
- 1 edited
-
src/Virtual/Tables.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.cpp
r45d0e65 r366f5cd 9 9 // Author : Andrew Beach 10 10 // Created On : Mon Aug 31 11:11:00 2020 11 // Last Modified By : Andrew Beach12 // Last Modified On : Fri Mar 11 10:40:00 202213 // Update Count : 311 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jun 23 12:31:00 2026 13 // Update Count : 4 14 14 // 15 15 … … 115 115 } else if ( std::string( "align" ) == field->name ) { 116 116 inits.push_back( new ast::SingleInit( location, 117 new ast::AlignofExpr( location, objectType )117 new ast::AlignofExpr( location, objectType, ast::AlignofExpr::Alignof ) 118 118 ) ); 119 119 } else {
Note:
See TracChangeset
for help on using the changeset viewer.