Changeset 6a45bd78 for src/AST/Decl.hpp
- Timestamp:
- Dec 10, 2020, 3:59:41 PM (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:
- 3e3f236
- Parents:
- d4e338f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
rd4e338f r6a45bd78 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.