Changes in src/SymTab/Indexer.h [0ac366b:78d69da7]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r0ac366b r78d69da7 46 46 /// non-null if this declaration is deleted 47 47 BaseSyntaxNode * deleteStmt = nullptr; 48 49 // NOTE: shouldn't need either of these constructors, but gcc-4 does not properly support initializer lists with default members. 50 IdData() = default; 51 IdData( DeclarationWithType * id, Expression * baseExpr, BaseSyntaxNode * deleteStmt ) : id( id ), baseExpr( baseExpr ), deleteStmt( deleteStmt ) {} 48 52 49 53 Expression * combine() const;
Note:
See TracChangeset
for help on using the changeset viewer.