Changeset 73a3be5 for src/AST/Decl.hpp
- Timestamp:
- Dec 11, 2020, 11:26:18 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4af1021
- Parents:
- 98168b9 (diff), e4b6b7d3 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r98168b9 r73a3be5 154 154 public: 155 155 ptr<Type> base; 156 std::vector<ptr<TypeDecl>> params;157 156 std::vector<ptr<DeclWithType>> assertions; 158 157 … … 160 159 const CodeLocation & loc, const std::string & name, Storage::Classes storage, 161 160 const Type * b, Linkage::Spec spec = Linkage::Cforall ) 162 : Decl( loc, name, storage, spec ), base( b ), params(),assertions() {}161 : Decl( loc, name, storage, spec ), base( b ), assertions() {} 163 162 164 163 /// Produces a name for the kind of alias
Note: See TracChangeset
for help on using the changeset viewer.