Ignore:
Timestamp:
Jun 2, 2022, 3:11:21 PM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
ced5e2a
Parents:
015925a (diff), fc134a48 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/module.mk

    r015925a re5d9274  
    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.