Changeset 16d862d for src/AST/Decl.hpp
- Timestamp:
- Jul 2, 2026, 5:02:04 PM (2 days ago)
- Branches:
- master
- Children:
- 13481af0
- Parents:
- 9d7a19f
- File:
-
- 1 edited
-
src/AST/Decl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r9d7a19f r16d862d 9 9 // Author : Aaron B. Moss 10 10 // Created On : Thu May 9 10:00:00 2019 11 // Last Modified By : Andrew Beach12 // Last Modified On : Wed Apr 5 10:42:00 202313 // Update Count : 3 511 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jun 28 21:54:18 2026 13 // Update Count : 36 14 14 // 15 15 … … 108 108 init( init ), bitfieldWidth( bitWd ) {} 109 109 110 const Type * get_type() const override { return type; }110 const Type * get_type() const override { return type; } 111 111 void set_type( const Type * ty ) override { type = ty; } 112 112
Note:
See TracChangeset
for help on using the changeset viewer.