- Timestamp:
- Aug 29, 2024, 2:38:39 PM (17 months ago)
- Branches:
- master
- Children:
- 9bb6c5f
- Parents:
- 960665c (diff), b965774 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/AST
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r960665c rad47ec4 50 50 : ParseNode( loc ), name( name ), storage( storage ), linkage( linkage ) {} 51 51 52 Decl* set_extension( bool ex ) { extension = ex; return this; }53 54 52 /// Ensures this node has a unique ID 55 53 void fixUniqueId(); -
src/AST/Expr.hpp
r960665c rad47ec4 187 187 : ParseNode( loc ), result( res ), env(), inferred() {} 188 188 189 Expr * set_extension( bool ex ) { extension = ex; return this; }190 189 virtual bool get_lvalue() const; 191 190
Note:
See TracChangeset
for help on using the changeset viewer.