Changeset 5bf685f for src/AST


Ignore:
Timestamp:
Jan 17, 2024, 3:13:56 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
11f65b3
Parents:
e891349
Message:

Replayed maybeClone with maybeCopy, removed unused helppers in utility.h and pushed some includes out of headers.

Location:
src/AST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    re891349 r5bf685f  
    2929#include "StorageClasses.hpp"
    3030#include "Visitor.hpp"
    31 #include "Common/utility.h"
    3231
    3332// Must be included in *all* AST classes; should be #undef'd at the end of the file
  • src/AST/Pass.proto.hpp

    re891349 r5bf685f  
    1919#include "Common/Iterate.hpp"
    2020#include "Common/Stats/Heap.h"
     21#include "Common/utility.h"
    2122namespace ast {
    2223        template<typename core_t> class Pass;
Note: See TracChangeset for help on using the changeset viewer.