aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-compiler/CodegenModelArchive.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-24 17:34:56 -0700
committerrtk0c <[email protected]>2022-06-24 17:34:56 -0700
commitfd66e74445f50426aa8a137b0a9cfa6d088b953c (patch)
tree6e5d2557f567a7e11a7cc83612af482f27481a3a /source/20-codegen-compiler/CodegenModelArchive.hpp
parent4386c02d61b37c0d5c508895df2f028b8ea2057c (diff)
Changeset: 75 Add feature to delete entries from the database that belong to currently processed files
Diffstat (limited to 'source/20-codegen-compiler/CodegenModelArchive.hpp')
-rw-r--r--source/20-codegen-compiler/CodegenModelArchive.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/20-codegen-compiler/CodegenModelArchive.hpp b/source/20-codegen-compiler/CodegenModelArchive.hpp
index 0e0e5ad..21cc32c 100644
--- a/source/20-codegen-compiler/CodegenModelArchive.hpp
+++ b/source/20-codegen-compiler/CodegenModelArchive.hpp
@@ -18,6 +18,7 @@ public:
// Implementation detail helper, don't use outside
Private& GetPimpl() const { return *m; }
+ void DeleteDeclsRelatedToFile(std::string_view filename);
void Store(const CodegenModel& cgInput);
void StoreStruct(const DeclStruct& decl);
void StoreFunction(const DeclFunction& decl);