commit | 32385b7070a2714bfc4aff669d6fe83ef677764d | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Tue Nov 09 16:29:13 2021 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Nov 09 22:10:18 2021 +0000 |
tree | 6661366f5244709ea94ee0d89398b0ec14a6250a | |
parent | ee525493eaa550a05c0b258c963be4babd241325 [diff] |
Report incomplete expression-statements as errors. Previously, a dangling type or function reference would be eliminated silently with optimizations on, or would assert when optimizations were off. Change-Id: Ib2e273b6f069724e8872c9cb97351b647b875a62 Bug: skia:12472 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/469525 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>