]> granicus.if.org Git - clang/commitdiff
Update a link to the old code.google.com bug tracker
authorHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:54 +0000 (23:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:54 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318109 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/SanitizerArgs.cpp

index 8d9f32f84834be9d5fbe63b0b48da5b9199ee90f..0deb313b6d914ced427c7332d2a8e9c00793ec20 100644 (file)
@@ -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))