diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-03-25 14:09:10 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-03-25 14:09:10 +0000 |
commit | 43356f56bd2ede05c70db537e3f8b50a31444487 (patch) | |
tree | 2e5053b7c5d732251b093c2baeb9be2446d2f547 /clang-tools-extra/clang-move/Move.cpp | |
parent | 2ef15d82e9086b97a18d7acbcbca31a81450105c (diff) | |
download | bcm5719-llvm-43356f56bd2ede05c70db537e3f8b50a31444487.tar.gz bcm5719-llvm-43356f56bd2ede05c70db537e3f8b50a31444487.zip |
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
Diffstat (limited to 'clang-tools-extra/clang-move/Move.cpp')
-rw-r--r-- | clang-tools-extra/clang-move/Move.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |