Changeset eef8dfb for src/AST/module.mk
- Timestamp:
- Jan 7, 2021, 2:55:57 PM (5 years ago)
- 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. - File:
-
- 1 edited
-
src/AST/module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/module.mk
rbdfc032 reef8dfb 17 17 SRC_AST = \ 18 18 AST/AssertAcyclic.cpp \ 19 AST/AssertAcyclic.hpp \ 19 20 AST/Attribute.cpp \ 21 AST/Attribute.hpp \ 22 AST/Bitfield.hpp \ 23 AST/Chain.hpp \ 20 24 AST/Convert.cpp \ 25 AST/Convert.hpp \ 26 AST/Copy.hpp \ 27 AST/CVQualifiers.hpp \ 21 28 AST/Decl.cpp \ 29 AST/Decl.hpp \ 22 30 AST/DeclReplacer.cpp \ 31 AST/DeclReplacer.hpp \ 32 AST/Eval.hpp \ 23 33 AST/Expr.cpp \ 34 AST/Expr.hpp \ 35 AST/FunctionSpec.hpp \ 36 AST/Fwd.hpp \ 24 37 AST/GenericSubstitution.cpp \ 38 AST/GenericSubstitution.hpp \ 25 39 AST/Init.cpp \ 40 AST/Init.hpp \ 41 AST/Label.hpp \ 26 42 AST/LinkageSpec.cpp \ 43 AST/LinkageSpec.hpp \ 27 44 AST/Node.cpp \ 45 AST/Node.hpp \ 46 AST/ParseNode.hpp \ 28 47 AST/Pass.cpp \ 48 AST/Pass.hpp \ 49 AST/Pass.impl.hpp \ 50 AST/Pass.proto.hpp \ 29 51 AST/Print.cpp \ 52 AST/Print.hpp \ 30 53 AST/Stmt.cpp \ 54 AST/Stmt.hpp \ 55 AST/StorageClasses.hpp \ 31 56 AST/SymbolTable.cpp \ 57 AST/SymbolTable.hpp \ 58 AST/TranslationUnit.hpp \ 32 59 AST/Type.cpp \ 60 AST/Type.hpp \ 33 61 AST/TypeEnvironment.cpp \ 34 AST/TypeSubstitution.cpp 62 AST/TypeEnvironment.hpp \ 63 AST/TypeSubstitution.cpp \ 64 AST/TypeSubstitution.hpp \ 65 AST/Visitor.hpp 35 66 36 67 SRC += $(SRC_AST)
Note:
See TracChangeset
for help on using the changeset viewer.