Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/module.mk

    r3e5dd913 r07de76b  
    1717SRC_AST = \
    1818        AST/AssertAcyclic.cpp \
    19         AST/AssertAcyclic.hpp \
    2019        AST/Attribute.cpp \
    21         AST/Attribute.hpp \
    22         AST/Bitfield.hpp \
    23         AST/Chain.hpp \
    2420        AST/Convert.cpp \
    25         AST/Convert.hpp \
    26         AST/Copy.hpp \
    27         AST/CVQualifiers.hpp \
    2821        AST/Decl.cpp \
    29         AST/Decl.hpp \
    3022        AST/DeclReplacer.cpp \
    31         AST/DeclReplacer.hpp \
    32         AST/Eval.hpp \
    3323        AST/Expr.cpp \
    34         AST/Expr.hpp \
    35         AST/FunctionSpec.hpp \
    36         AST/Fwd.hpp \
    3724        AST/GenericSubstitution.cpp \
    38         AST/GenericSubstitution.hpp \
    3925        AST/Init.cpp \
    40         AST/Init.hpp \
    41         AST/Label.hpp \
    4226        AST/LinkageSpec.cpp \
    43         AST/LinkageSpec.hpp \
    4427        AST/Node.cpp \
    45         AST/Node.hpp \
    46         AST/ParseNode.hpp \
    4728        AST/Pass.cpp \
    48         AST/Pass.hpp \
    49         AST/Pass.impl.hpp \
    50         AST/Pass.proto.hpp \
    5129        AST/Print.cpp \
    52         AST/Print.hpp \
    5330        AST/Stmt.cpp \
    54         AST/Stmt.hpp \
    55         AST/StorageClasses.hpp \
    5631        AST/SymbolTable.cpp \
    57         AST/SymbolTable.hpp \
    58         AST/TranslationUnit.hpp \
    5932        AST/Type.cpp \
    60         AST/Type.hpp \
    6133        AST/TypeEnvironment.cpp \
    62         AST/TypeEnvironment.hpp \
    63         AST/TypeSubstitution.cpp \
    64         AST/TypeSubstitution.hpp \
    65         AST/Visitor.hpp
     34        AST/TypeSubstitution.cpp
    6635
    6736SRC += $(SRC_AST)
Note: See TracChangeset for help on using the changeset viewer.