Changes in src/AST/Decl.hpp [0292aa4:e5c3811]
- File:
-
- 1 edited
-
src/AST/Decl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r0292aa4 re5c3811 75 75 int scopeLevel = 0; 76 76 77 /* 78 ForallDecl foralls { 79 list<TypeDecl> params 80 list<ObjectDecl> assns 81 } 82 */ 83 77 84 std::vector<ptr<Attribute>> attributes; 78 85 Function::Specs funcSpec;
Note:
See TracChangeset
for help on using the changeset viewer.