From: Hans Wennborg Date: Mon, 13 Nov 2017 23:27:54 +0000 (+0000) Subject: Update a link to the old code.google.com bug tracker X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3d5f821e43eda97a111be60995477d05388ef00;p=clang Update a link to the old code.google.com bug tracker git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318109 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/SanitizerArgs.cpp b/lib/Driver/SanitizerArgs.cpp index 8d9f32f848..0deb313b6d 100644 --- a/lib/Driver/SanitizerArgs.cpp +++ b/lib/Driver/SanitizerArgs.cpp @@ -832,7 +832,7 @@ void SanitizerArgs::addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args, // MSan: Workaround for PR16386. // ASan: This is mainly to help LSan with cases such as - // https://code.google.com/p/address-sanitizer/issues/detail?id=373 + // https://github.com/google/sanitizers/issues/373 // We can't make this conditional on -fsanitize=leak, as that flag shouldn't // affect compilation. if (Sanitizers.has(Memory) || Sanitizers.has(Address))