Peter Slattery
22c6fe15b6
Example: ```typedef struct bar bar; struct foo { bar* Bar; }; struct bar { foo* Foo; };``` Cases like this (and cases with more structs in between, which would have caused the same problem) were causing infinite Fixup recursion, so we just ignore fixup needs on all pointers, instead defaulting to just knowing the size of all pointers regardless of type. |
||
---|---|---|
.. | ||
build.bat | ||
foldhaus_meta.cpp | ||
foldhaus_meta_type_table.h | ||
gs_meta.cpp | ||
gs_meta_error.h | ||
gs_meta_generator.h | ||
gs_meta_lexer.h | ||
gs_meta_parser.h | ||
gs_string_builder.h | ||
main_meta.cpp | ||
meta_test.cpp |