summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-move
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-03-01 09:52:53 +0000
committerFangrui Song <maskray@google.com>2019-03-01 09:52:53 +0000
commitffe9f00cfea35e3abd937a45ca38c605e02a9a79 (patch)
treee2409c883718946ccb76b1a00c728185ae6fdd7c /clang-tools-extra/clang-move
parenta896756955fe0c7af49a30f2b471155401cae5b3 (diff)
downloadllvm-ffe9f00cfea35e3abd937a45ca38c605e02a9a79.tar.gz
Fix file headers. NFC
llvm-svn: 355188
Diffstat (limited to 'clang-tools-extra/clang-move')
-rw-r--r--clang-tools-extra/clang-move/HelperDeclRefGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-move/HelperDeclRefGraph.cpp b/clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
index 93a0f879e080..205a42dcaa7d 100644
--- a/clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
+++ b/clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
@@ -1,4 +1,4 @@
-//===-- UsedHelperDeclFinder.cpp - AST-based call graph for helper decls --===//
+//===-- HelperDeclRefGraph.cpp - AST-based call graph for helper decls ----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.