Skip to content
Snippets Groups Projects
  • David Bühler's avatar
    fb3e2226
    [Eva] Improves warnings about garbled mix writes. · fb3e2226
    David Bühler authored
    These warnings are emitted when a garbled mix is written through an
    assignment or an assigns clause.
    This commit:
    - rephrases the warnings to be clearer and less verbose.
    - emits the warning only for garbled mix created at the current statement,
      according to their origin. Do not emit warnings for each propagation of
      previous garbled mixes.
    - emits the warning when assigning garbled mix to the formal parameters
      of a function from the arguments of a call.
    fb3e2226
    History
    [Eva] Improves warnings about garbled mix writes.
    David Bühler authored
    These warnings are emitted when a garbled mix is written through an
    assignment or an assigns clause.
    This commit:
    - rephrases the warnings to be clearer and less verbose.
    - emits the warning only for garbled mix created at the current statement,
      according to their origin. Do not emit warnings for each propagation of
      previous garbled mixes.
    - emits the warning when assigning garbled mix to the formal parameters
      of a function from the arguments of a call.