aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-compiler/CodegenUtils.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-07-07 19:30:47 -0700
committerrtk0c <[email protected]>2022-07-07 19:30:47 -0700
commita98b0495a957ed15900c052bcad00b3c48367546 (patch)
tree10945d897ba6671c707e1c9866f235c0e630c08f /source/20-codegen-compiler/CodegenUtils.hpp
parent6839736b8283a59eb743e1f6058c7d266a3e7f36 (diff)
Changeset: 79 Initial work on fixing codegen for the main project, add enum underlying type (EUT) scanning capability
Diffstat (limited to 'source/20-codegen-compiler/CodegenUtils.hpp')
-rw-r--r--source/20-codegen-compiler/CodegenUtils.hpp1
1 files changed, 0 insertions, 1 deletions
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<std::string_view> 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