Changes in src/Parser/ParseNode.h [2d019af:a6e5091]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r2d019af ra6e5091 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 12 15:19:04202113 // Update Count : 89 712 // Last Modified On : Sun Jan 3 18:23:01 2021 13 // Update Count : 896 14 14 // 15 15 … … 249 249 static DeclarationNode * newTypeof( ExpressionNode * expr, bool basetypeof = false ); 250 250 static DeclarationNode * newAttribute( const std::string *, ExpressionNode * expr = nullptr ); // gcc attributes 251 static DeclarationNode * newDirectiveStmt( StatementNode * stmt ); // gcc external directive statement252 251 static DeclarationNode * newAsmStmt( StatementNode * stmt ); // gcc external asm statement 253 252 static DeclarationNode * newStaticAssert( ExpressionNode * condition, Expression * message ); … … 346 345 std::string error; 347 346 StatementNode * asmStmt = nullptr; 348 StatementNode * directiveStmt = nullptr;349 347 350 348 static UniqueName anonymous;
Note:
See TracChangeset
for help on using the changeset viewer.