Changeset eef8dfb for src/AST/module.mk


Ignore:
Timestamp:
Jan 7, 2021, 2:55:57 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
58fe85a
Parents:
bdfc032 (diff), 44e37ef (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' into dkobets-vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/module.mk

    rbdfc032 reef8dfb  
    1717SRC_AST = \
    1818        AST/AssertAcyclic.cpp \
     19        AST/AssertAcyclic.hpp \
    1920        AST/Attribute.cpp \
     21        AST/Attribute.hpp \
     22        AST/Bitfield.hpp \
     23        AST/Chain.hpp \
    2024        AST/Convert.cpp \
     25        AST/Convert.hpp \
     26        AST/Copy.hpp \
     27        AST/CVQualifiers.hpp \
    2128        AST/Decl.cpp \
     29        AST/Decl.hpp \
    2230        AST/DeclReplacer.cpp \
     31        AST/DeclReplacer.hpp \
     32        AST/Eval.hpp \
    2333        AST/Expr.cpp \
     34        AST/Expr.hpp \
     35        AST/FunctionSpec.hpp \
     36        AST/Fwd.hpp \
    2437        AST/GenericSubstitution.cpp \
     38        AST/GenericSubstitution.hpp \
    2539        AST/Init.cpp \
     40        AST/Init.hpp \
     41        AST/Label.hpp \
    2642        AST/LinkageSpec.cpp \
     43        AST/LinkageSpec.hpp \
    2744        AST/Node.cpp \
     45        AST/Node.hpp \
     46        AST/ParseNode.hpp \
    2847        AST/Pass.cpp \
     48        AST/Pass.hpp \
     49        AST/Pass.impl.hpp \
     50        AST/Pass.proto.hpp \
    2951        AST/Print.cpp \
     52        AST/Print.hpp \
    3053        AST/Stmt.cpp \
     54        AST/Stmt.hpp \
     55        AST/StorageClasses.hpp \
    3156        AST/SymbolTable.cpp \
     57        AST/SymbolTable.hpp \
     58        AST/TranslationUnit.hpp \
    3259        AST/Type.cpp \
     60        AST/Type.hpp \
    3361        AST/TypeEnvironment.cpp \
    34         AST/TypeSubstitution.cpp
     62        AST/TypeEnvironment.hpp \
     63        AST/TypeSubstitution.cpp \
     64        AST/TypeSubstitution.hpp \
     65        AST/Visitor.hpp
    3566
    3667SRC += $(SRC_AST)
Note: See TracChangeset for help on using the changeset viewer.