From 43356f56bd2ede05c70db537e3f8b50a31444487 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 25 Mar 2019 14:09:10 +0000 Subject: Rename directory housing clang-include-fixer to be eponymous Makes the name of this directory consistent with the names of the other directories in clang-tools-extra. Similar to r356254. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59750 llvm-svn: 356897 --- clang-tools-extra/clang-move/Move.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/clang-move/Move.cpp') diff --git a/clang-tools-extra/clang-move/Move.cpp b/clang-tools-extra/clang-move/Move.cpp index 9b69b8873cc..8c56861009e 100644 --- a/clang-tools-extra/clang-move/Move.cpp +++ b/clang-tools-extra/clang-move/Move.cpp @@ -765,7 +765,7 @@ void ClangMoveTool::removeDeclsInOldFiles() { if (Context->Spec.OldDependOnNew && MakeAbsolutePath(SM, FilePath) == makeAbsolutePath(Context->Spec.OldHeader)) { - // FIXME: Minimize the include path like include-fixer. + // FIXME: Minimize the include path like clang-include-fixer. std::string IncludeNewH = "#include \"" + Context->Spec.NewHeader + "\"\n"; // This replacment for inserting header will be cleaned up at the end. -- cgit v1.2.3