[PATCH] D21366: [clang-tidy] misc-move-const-arg: Fix typos
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 07:39:45 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272897: [clang-tidy] misc-move-const-arg: Fix typos (authored by alexfh).
Changed prior to commit:
http://reviews.llvm.org/D21366?vs=60802&id=60975#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21366
Files:
clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp
clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.h
Index: clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp
===================================================================
--- clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp
+++ clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp
@@ -1,4 +1,4 @@
-//===--- MoveConstandArgumentCheck.cpp - clang-tidy -----------------------===//
+//===--- MoveConstantArgumentCheck.cpp - clang-tidy -----------------------===//
//
// The LLVM Compiler Infrastructure
//
Index: clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.h
===================================================================
--- clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.h
+++ clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.h
@@ -1,14 +1,14 @@
-//===--- MoveConstandArgumentCheck.h - clang-tidy -------------------------===//
+//===--- MoveConstantArgumentCheck.h - clang-tidy -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONTANTARGUMENTCHECK_H
-#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONTANTARGUMENTCHECK_H
+#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONSTANTARGUMENTCHECK_H
+#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONSTANTARGUMENTCHECK_H
#include "../ClangTidy.h"
@@ -28,4 +28,4 @@
} // namespace tidy
} // namespace clang
-#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONTANTARGUMENTCHECK_H
+#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_MOVECONSTANTARGUMENTCHECK_H
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21366.60975.patch
Type: text/x-patch
Size: 1827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160616/b1da5fc0/attachment.bin>
More information about the cfe-commits
mailing list