Changeset 55cbff8


Ignore:
Timestamp:
Oct 18, 2021, 3:09:29 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
da6396f
Parents:
efc8f3e
Message:

Added new ast resolver prototype support. Not exactly the same but some of those changes might be fixes.

Location:
src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Common/module.mk

    refc8f3e r55cbff8  
    3535      Common/PassVisitor.proto.h \
    3636      Common/PersistentMap.h \
     37      Common/ResolvProtoDump.hpp \
     38      Common/ResolvProtoDump.cpp \
    3739      Common/ScopedMap.h \
    3840      Common/SemanticError.cc \
  • src/main.cc

    refc8f3e r55cbff8  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Oct  8 11:22:00 2021
    13 // Update Count     : 651
     12// Last Modified On : Tue Oct 12 15:41:00 2021
     13// Update Count     : 652
    1414//
    1515
     
    4343#include "Common/CodeLocationTools.hpp"     // for forceFillCodeLocations
    4444#include "Common/CompilerError.h"           // for CompilerError
    45 #include "Common/DeclStats.hpp"
     45#include "Common/DeclStats.hpp"             // for printDeclStats
     46#include "Common/ResolvProtoDump.hpp"       // for dumpAsResolverProto
    4647#include "Common/Stats.h"
    4748#include "Common/PassVisitor.h"
     
    368369
    369370                        if ( resolvprotop ) {
    370                                 // TODO: Better error message.
    371                                 assert(false);
     371                                dumpAsResolverProto( transUnit );
    372372                                return EXIT_SUCCESS;
    373373                        } // if
Note: See TracChangeset for help on using the changeset viewer.