Ignore:
Timestamp:
Jun 23, 2026, 1:57:51 PM (41 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9d7a19f
Parents:
45d0e65
Message:

differentiate between C _Alignof and gcc alignof

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/Tables.cpp

    r45d0e65 r366f5cd  
    99// Author           : Andrew Beach
    1010// Created On       : Mon Aug 31 11:11:00 2020
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Mar 11 10:40:00 2022
    13 // Update Count     : 3
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue Jun 23 12:31:00 2026
     13// Update Count     : 4
    1414//
    1515
     
    115115                } else if ( std::string( "align" ) == field->name ) {
    116116                        inits.push_back( new ast::SingleInit( location,
    117                                 new ast::AlignofExpr( location, objectType )
     117                                new ast::AlignofExpr( location, objectType, ast::AlignofExpr::Alignof )
    118118                        ) );
    119119                } else {
Note: See TracChangeset for help on using the changeset viewer.