diff --git a/doc/go1.18.html b/doc/go1.18.html index 8dc6a88ef3..2ea8e08423 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -183,6 +183,13 @@ proposal. third-party tools that need to collect package source code.)

+

+ The go build command and related commands + now support an -asan flag that enables interoperation + with C (or C++) code compiled with the address sanitizer (C compiler + option -fsanitize=address). +

+

gofmt

@@ -244,13 +251,15 @@ proposal.

- TODO: https://golang.org/cl/298611: cmd/compile: add -asan option + The new compiler -asan option supports the + new go command -asan option.

Linker

- TODO: https://golang.org/cl/298610: cmd/link: add -asan option + The new linker -asan option supports the + new go command -asan option.

Core library