Ignore:
Timestamp:
Sep 21, 2022, 9:38:34 AM (20 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
0bd46fd
Parents:
e9e9f56
Message:

Wrote a new asForward helper for Autogen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Create.hpp

    re9e9f56 r20737104  
    1010// Created On       : Tue Sep 20 13:25:00 2022
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Tue Sep 20 14:38:00 2022
    13 // Update Count     : 0
     12// Last Modified On : Tue Sep 20 15:34:00 2022
     13// Update Count     : 1
    1414//
    1515
     
    2121/// If the argument is already a forward declaration, return nullptr instead.
    2222/// More efficient than the deepCopy and clear pattern.
     23FunctionDecl * asForward( FunctionDecl const * );
    2324StructDecl * asForward( StructDecl const * );
    2425UnionDecl * asForward( UnionDecl const * );
Note: See TracChangeset for help on using the changeset viewer.