Changeset 3606fe4 for src/AST/Decl.hpp


Ignore:
Timestamp:
Sep 14, 2022, 9:46:19 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
Children:
1c0657a
Parents:
fc96890
Message:

Translated Instantiate Generic to the new AST. This includes various utilities and some assorted clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    rfc96890 r3606fe4  
    217217
    218218        /// convenience accessor to match Type::isComplete()
    219         bool isComplete() { return sized; }
     219        bool isComplete() const { return sized; }
    220220
    221221        const Decl * accept( Visitor & v ) const override { return v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.