Changes in src/InitTweak/InitModel.h [afc1045:843054c2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitModel.h
rafc1045 r843054c2 18 18 19 19 #include "Association.h" 20 #include " Common/SemanticError.h"20 #include "SemanticError.h" 21 21 #include "SynTree/Visitor.h" 22 22 … … 72 72 void visit( ConstantExpr * ); 73 73 void visit( SizeofExpr * ) { throw 0; } 74 void visit( AlignofExpr * ) { throw 0; }75 void visit( UntypedOffsetofExpr * ) { throw 0; }76 void visit( OffsetofExpr * ) { throw 0; }77 void visit( OffsetPackExpr * ) { throw 0; }78 74 void visit( AttrExpr * ) { throw 0; } 79 75 void visit( LogicalExpr * ) { throw 0; }
Note:
See TracChangeset
for help on using the changeset viewer.