You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: if a forward declaration is declared in one included file (included by header A), but the implementation is defined in a file included by header B. This leads to the forward declaration being added instead of the implementation, maybe changing included_types to a map of arrays and then add every declaration found could solve this.
745
745
if !(display_name in ctx.included_types) {
746
746
ctx.included_types[display_name] = IncludedType {
747
-
file_name = file_name if rel_ok elsestrings.clone(file_name, ctx.allocator),
0 commit comments