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
- // ===--- LostStdMoveCheck.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
- // ===--- LostStdMoveCheck.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.
@@ -18,7 +18,7 @@ namespace clang::tidy::performance {
18
18
// / expressions.
19
19
// /
20
20
// / For the user-facing documentation see:
21
- // / http ://clang.llvm.org/extra/clang-tidy/checks/performance/lost-std-move.html
21
+ // / https ://clang.llvm.org/extra/clang-tidy/checks/performance/lost-std-move.html
22
22
class LostStdMoveCheck : public ClangTidyCheck {
23
23
public:
24
24
LostStdMoveCheck (StringRef Name, ClangTidyContext *Context);
You can’t perform that action at this time.
0 commit comments