Branch: Tag:

2020-10-23

2020-10-23 14:49:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Allow calling remap_markers() with NULL.

This simplifies the code that needs to call remap_markers().

4050:    struct remap_state *remap,    enum pt_remap_flags flags)   { +  if (!t) return NULL; +     type_stack_mark();    push_remap_markers(t, markers, remap, flags);    return pop_unfinished_type();