Changeset 857b5f9 for src/Common


Ignore:
Timestamp:
Jan 23, 2025, 12:09:40 PM (8 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/Common/CodeLocationTools.cpp

    r829821c r857b5f9  
    154154    macro(ConstantExpr, Expr) \
    155155    macro(SizeofExpr, Expr) \
    156     macro(CountExpr, Expr ) \
    157156    macro(AlignofExpr, Expr) \
     157    macro(CountofExpr, Expr ) \
    158158    macro(UntypedOffsetofExpr, Expr) \
    159159    macro(OffsetofExpr, Expr) \
Note: See TracChangeset for help on using the changeset viewer.