From a98b0495a957ed15900c052bcad00b3c48367546 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 7 Jul 2022 19:30:47 -0700 Subject: Changeset: 79 Initial work on fixing codegen for the main project, add enum underlying type (EUT) scanning capability --- source/20-codegen-compiler/CodegenUtils.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/20-codegen-compiler/CodegenUtils.hpp') diff --git a/source/20-codegen-compiler/CodegenUtils.hpp b/source/20-codegen-compiler/CodegenUtils.hpp index 62d5400..be62f1e 100644 --- a/source/20-codegen-compiler/CodegenUtils.hpp +++ b/source/20-codegen-compiler/CodegenUtils.hpp @@ -49,6 +49,5 @@ std::vector SplitIdentifier(std::string_view name); std::string MakePascalCase(std::string_view name); void ProduceGeneratedHeader(const char* headerFilename, CodegenOutput& header, const char* sourceFilename, CodegenOutput& source); -void ProduceClassTypeInfo(CodegenOutput& source, std::string_view className, const DeclNamespace* ns = nullptr); } // namespace Utils -- cgit v1.2.3-70-g09d2