Constant init prototype working master
authorEbersold <aebersol@n3150.home>
Tue, 12 Apr 2022 21:24:32 +0000 (23:24 +0200)
committerEbersold <aebersol@n3150.home>
Tue, 12 Apr 2022 21:24:32 +0000 (23:24 +0200)
commit6f1b812b44d372c690ce074ace12076329fd84c8
treed265781ab82099f695521609bd80d3b6c936db7a
parent09c461092c6c4e7cc01da9fea83146bab8ead9c2
Constant init prototype working
15 files changed:
AST/ASTContext.cpp
CodeGen/CGFunction.cpp
CodeGen/CGModule.cpp
CodeGen/CodeGenType.cpp
IR/CMakeLists.txt
IR/Constant.cpp [new file with mode: 0644]
IR/GlobalVariable.cpp
include/AST/DeclVarDecl.h
include/AST/Expr.h
include/AST/ExprIntegerLiteral.h
include/AST/ExprStringLiteral.h
include/CodeGen/CodeGenModule.h
include/IR/Constant.h
include/IR/GlobalVariable.h
include/IR/Type.h