Ignore:
Timestamp:
Sep 14, 2022, 11:53:40 AM (19 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
ce31925
Parents:
1c0657a
Message:

Adding 'final' and removing a redundent namespace in the post resolve new ast code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/ExpandCasts.cc

    r1c0657a rc36814a  
    317317};
    318318
    319 struct ExpandCastsCore {
     319struct ExpandCastsCore final {
    320320        void previsit( ast::FunctionDecl const * decl );
    321321        void previsit( ast::StructDecl const * decl );
Note: See TracChangeset for help on using the changeset viewer.