Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Make sure every call to synthesized functions is valid #24

Closed
litherum opened this issue Oct 13, 2018 · 0 comments
Closed

Make sure every call to synthesized functions is valid #24

litherum opened this issue Oct 13, 2018 · 0 comments
Labels
Implementation Does not affect the specification

Comments

@litherum
Copy link
Contributor

Migrated from https://bugs.webkit.org/show_bug.cgi?id=189977:

At 2018-09-25T23:20:15Z, mmaxfield@apple.com wrote:
We synthesize things like operator.length() inside CallExpression._resolveByInstantiation(). We should make sure we catch things like

int x = 7;
x.length(123, 456, 789);

@litherum litherum changed the title [WHLSL] Make sure every call to synthesized functions is valid Make sure every call to synthesized functions is valid Oct 18, 2018
@litherum litherum added the Implementation Does not affect the specification label Nov 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Implementation Does not affect the specification
Projects
None yet
Development

No branches or pull requests

1 participant