diff options
author | Haojian Wu <hokein@google.com> | 2016-02-25 14:31:10 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2016-02-25 14:31:10 +0000 |
commit | bd63972cff480ec5830df19fd0bc6267bd11117c (patch) | |
tree | ddd7fc1e22a52174fd9de27edb750be30e9c223e /clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h | |
parent | 6b00ef338e9ccad1bf2812f4589c41e1e4a40fdc (diff) | |
download | bcm5719-llvm-bd63972cff480ec5830df19fd0bc6267bd11117c.tar.gz bcm5719-llvm-bd63972cff480ec5830df19fd0bc6267bd11117c.zip |
[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
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h')
-rw-r--r-- | clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |