Ignore:
Timestamp:
Sep 14, 2022, 11:53:40 AM (20 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/Concurrency/WaitforNew.cpp

    r1c0657a rc36814a  
    101101namespace {
    102102
    103 class GenerateWaitForCore :
     103class GenerateWaitForCore final :
    104104                public ast::WithSymbolTable, public ast::WithConstTranslationUnit {
    105105        const ast::FunctionDecl * decl_waitfor    = nullptr;
Note: See TracChangeset for help on using the changeset viewer.