Changeset 9939dc3 for src/Validate


Ignore:
Timestamp:
May 17, 2022, 3:44:08 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
767a8ef
Parents:
fa2a3b1
Message:

Reduced the number of object files linked into the demangler. Some of the divisions are rather odd, Lvalue2 and FixMain2, but they should be a better base to work from. Also improved the calling of the impurity detector visitors slightly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/module.mk

    rfa2a3b1 r9939dc3  
    1010## Author           : Rob Schluntz
    1111## Created On       : Fri Jul 27 10:10:10 2018
    12 ## Last Modified By : Rob Schluntz
    13 ## Last Modified On : Fri Jul 27 10:10:26 2018
    14 ## Update Count     : 2
     12## Last Modified By : Andrew Beach
     13## Last Modified On : Tue May 17 14:59:00 2022
     14## Update Count     : 3
    1515###############################################################################
    1616
    1717SRC_VALIDATE = \
     18        Validate/FindSpecialDecls.cc \
     19        Validate/FindSpecialDecls.h
     20
     21SRC += $(SRC_VALIDATE) \
    1822        Validate/Autogen.cpp \
    1923        Validate/Autogen.hpp \
     
    2226        Validate/EliminateTypedef.cpp \
    2327        Validate/EliminateTypedef.hpp \
     28        Validate/FindSpecialDeclsNew.cpp \
    2429        Validate/FixQualifiedTypes.cpp \
    2530        Validate/FixQualifiedTypes.hpp \
     
    3843        Validate/NoIdSymbolTable.hpp \
    3944        Validate/ReturnCheck.cpp \
    40         Validate/ReturnCheck.hpp \
    41         Validate/FindSpecialDeclsNew.cpp \
    42         Validate/FindSpecialDecls.cc \
    43         Validate/FindSpecialDecls.h
     45        Validate/ReturnCheck.hpp
    4446
    45 SRC += $(SRC_VALIDATE)
    4647SRCDEMANGLE += $(SRC_VALIDATE)
Note: See TracChangeset for help on using the changeset viewer.