Emilio Cobos Álvarez
|
7312b997be
|
ir: simplify_standard_types should be recursive.
Stuff like *mut Option<&mut Foo> should really be *mut *mut Foo for
example.
|
2021-02-24 18:36:40 +01:00 |
|
Emilio Cobos Álvarez
|
f922f68531
|
ir: Avoid generating bogus pointer arguments.
Now that we track nullability in the pointer type it's easy to do it.
Fixes #223
|
2021-01-14 23:39:59 +01:00 |
|
Vadim Petrochenkov
|
a93034c229
|
test suite: Normalize dashes to underscores in test names
|
2020-10-31 17:01:44 +01:00 |
|