-
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.
David Bühler authoredThese 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.