Skip to content
Commit be626770 authored by Luís Oliveira's avatar Luís Oliveira
Browse files

Rewrite backwards-compatibility mode for bare struct types.

* Instead of a special variable, the parsed struct type instance is now
  annotated to let the type system know whether we're dealing with
  deprecated semantics (struct type canonicalizes to :pointer) or not.

  This approach should hopefully be much less error-prone.

* Disabled translations for bare structs.

* Fixed and commented out some bogus tests.
parent 76bb023b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment