Changeset 2d6add4 for src/AST/Decl.hpp


Ignore:
Timestamp:
Sep 26, 2024, 3:54:26 PM (5 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
86841ee
Parents:
62afe08
Message:

Fixed a bad initialization in ForeachStmt?. Seems to have been there in some form for some time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r62afe08 r2d6add4  
    119119enum ArgumentFlag { FixedArgs, VariableArgs };
    120120
    121 /// Object declaration `int foo()`
     121/// Function declaration `int foo()`
    122122class FunctionDecl final : public DeclWithType {
    123123public:
Note: See TracChangeset for help on using the changeset viewer.