This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Use location of operand for operand-based type check errors
ClosedPublic

Authored by asb on Mar 21 2022, 5:00 AM.

Details

Summary

This addresses a series of FIXMEs introduced in D122020.

A follow-up patch addresses the bug that is exposed by this change (an issue with source location information when lexing identifiers).

Diff Detail

Event Timeline

asb created this revision.Mar 21 2022, 5:00 AM
asb requested review of this revision.Mar 21 2022, 5:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 5:00 AM
asb added a reviewer: sbc100.Mar 22 2022, 2:19 AM
tlively accepted this revision.Mar 22 2022, 1:31 PM
This revision is now accepted and ready to land.Mar 22 2022, 1:31 PM