Changeset 857b5f9 for src/AST/Fwd.hpp


Ignore:
Timestamp:
Jan 23, 2025, 12:09:40 PM (12 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
9e72bae3
Parents:
829821c
Message:

CountExpr -> CountofExpr. Actually the main fix was making countof use the same pattern as sizeof/alignof, using a typeof to combine the two cases and have one field instead of two.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r829821c r857b5f9  
    8686class ConstantExpr;
    8787class SizeofExpr;
    88 class CountExpr;
    8988class AlignofExpr;
     89class CountofExpr;
    9090class UntypedOffsetofExpr;
    9191class OffsetofExpr;
Note: See TracChangeset for help on using the changeset viewer.