Changeset 8f06277 for src/AST


Ignore:
Timestamp:
Feb 17, 2023, 3:40:15 PM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
56bb2e1
Parents:
14f6a3cb
Message:

Some clean-up in Common/utility.h. Deleted some unused declarations and moved others to one of two new headers.

Location:
src/AST
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Create.cpp

    r14f6a3cb r8f06277  
    2020#include "AST/Decl.hpp"
    2121#include "AST/Type.hpp"
     22#include "Common/Iterate.hpp"
    2223
    2324namespace ast {
  • src/AST/Decl.cpp

    r14f6a3cb r8f06277  
    2020#include <unordered_map>
    2121
    22 #include "Common/utility.h"
     22#include "Common/Eval.h"       // for eval
    2323
    2424#include "Fwd.hpp"             // for UniqueId
  • src/AST/Pass.impl.hpp

    r14f6a3cb r8f06277  
    2222#include "AST/TranslationUnit.hpp"
    2323#include "AST/TypeSubstitution.hpp"
     24#include "Common/Iterate.hpp"
    2425
    2526#define VISIT_START( node ) \
Note: See TracChangeset for help on using the changeset viewer.