From bd63972cff480ec5830df19fd0bc6267bd11117c Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 25 Feb 2016 14:31:10 +0000 Subject: [clang-tidy] update links to Google Code Style in docs Summary: Because of the recent Google Code shutdown links to the Google Code Style up there are no longer relevant. Reviewers: alexfh, hokein Subscribers: cfe-commits Patch by Kirill Bobyrev! Differential Revision: http://reviews.llvm.org/D17602 llvm-svn: 261868 --- clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h') diff --git a/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h b/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h index 2c074f1c6e6..81e667902fd 100644 --- a/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h +++ b/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h @@ -18,7 +18,7 @@ namespace google { /// Checks that all single-argument constructors are explicit. /// -/// See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors +/// See https://google.github.io/styleguide/cppguide.html#Explicit_Constructors class ExplicitConstructorCheck : public ClangTidyCheck { public: ExplicitConstructorCheck(StringRef Name, ClangTidyContext *Context) -- cgit v1.2.3