From 33d058308f036ff02c76ace5c08860149e80775f Mon Sep 17 00:00:00 2001 From: Suriyaa Sundararuban Date: Tue, 12 Jun 2018 12:17:51 +0000 Subject: [PATCH] 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 --- doc/go1.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0