File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // ===--- CastToStructCheck.cpp - clang-tidy -------------------------------===//
1
+ // ===--------------------------------------- -------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- CastToStructCheck.h - clang-tidy -----------------------*- C++ -* -===//
1
+ // ===----- ---------------------------------------------------------------- -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
@@ -17,7 +17,7 @@ namespace clang::tidy::bugprone {
17
17
// / type.
18
18
// /
19
19
// / 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
21
21
class CastToStructCheck : public ClangTidyCheck {
22
22
public:
23
23
CastToStructCheck (StringRef Name, ClangTidyContext *Context);
You can’t perform that action at this time.
0 commit comments