Skip to content

Commit 3229bff

Browse files
committed
changed file header, use https link
1 parent 1703f1a commit 3229bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang-tools-extra/clang-tidy/bugprone/CastToStructCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CastToStructCheck.cpp - clang-tidy -------------------------------===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang-tools-extra/clang-tidy/bugprone/CastToStructCheck.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CastToStructCheck.h - clang-tidy -----------------------*- C++ -*-===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -17,7 +17,7 @@ namespace clang::tidy::bugprone {
1717
/// type.
1818
///
1919
/// For the user-facing documentation see:
20-
/// http://clang.llvm.org/extra/clang-tidy/checks/bugprone/cast-to-struct.html
20+
/// https://clang.llvm.org/extra/clang-tidy/checks/bugprone/cast-to-struct.html
2121
class CastToStructCheck : public ClangTidyCheck {
2222
public:
2323
CastToStructCheck(StringRef Name, ClangTidyContext *Context);

0 commit comments

Comments
 (0)