From: Suriyaa Sundararuban Date: Tue, 12 Jun 2018 12:17:51 +0000 (+0000) Subject: doc: use HTTPS for clang.llvm.org link in go1.6.html X-Git-Tag: go1.11beta1~144 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=33d058308f036ff02c76ace5c08860149e80775f;p=gostls13.git doc: use HTTPS for clang.llvm.org link in go1.6.html Change-Id: I67aac387359378cf7aa8f7cafa6557ebf1338baf Reviewed-on: https://go-review.googlesource.com/118176 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.6.html b/doc/go1.6.html index 9594736e65..902a82d517 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -116,7 +116,7 @@ instead of generated from yacc.

The compiler, linker, and go command have a new flag -msan, analogous to -race and only available on linux/amd64, -that enables interoperation with the Clang MemorySanitizer. +that enables interoperation with the Clang MemorySanitizer. Such interoperation is useful mainly for testing a program containing suspect C or C++ code.