mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
tint/resolver: Make pointer aliasing a hard error
Fixed: tint:1675 Change-Id: I620ac9854395b35acd8d42090f854e37360983db Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119001 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
01ac21cc9a
commit
d9c0f2178d
@@ -4,7 +4,8 @@
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* * The `sig` member of the return type of `frexp()` has been renamed to `fract`. [tint:1766](crbug.com/tint/1766)
|
||||
* The `sig` member of the return type of `frexp()` has been renamed to `fract`. [tint:1766](crbug.com/tint/1766)
|
||||
* Calling a function with multiple pointer arguments that alias each other is now a error. [tint:1675](crbug.com/tint/1675)
|
||||
|
||||
## Changes for M111
|
||||
|
||||
|
||||
Reference in New Issue
Block a user