aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-03-25 14:09:10 +0000
committerNico Weber <nicolasweber@gmx.de>2019-03-25 14:09:10 +0000
commited2ccf9afe2d618c853a9670bed96c9e59d4d393 (patch)
tree0945dc3b1ad49378df8b26ac7d9695de28f2118b
parentb099ab80ec893cdeeb24af19d8dfef9f2dca8ac0 (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@356897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt4
-rw-r--r--clang-include-fixer/CMakeLists.txt (renamed from include-fixer/CMakeLists.txt)0
-rw-r--r--clang-include-fixer/FuzzySymbolIndex.cpp (renamed from include-fixer/FuzzySymbolIndex.cpp)0
-rw-r--r--clang-include-fixer/FuzzySymbolIndex.h (renamed from include-fixer/FuzzySymbolIndex.h)2
-rw-r--r--clang-include-fixer/InMemorySymbolIndex.cpp (renamed from include-fixer/InMemorySymbolIndex.cpp)0
-rw-r--r--clang-include-fixer/InMemorySymbolIndex.h (renamed from include-fixer/InMemorySymbolIndex.h)0
-rw-r--r--clang-include-fixer/IncludeFixer.cpp (renamed from include-fixer/IncludeFixer.cpp)6
-rw-r--r--clang-include-fixer/IncludeFixer.h (renamed from include-fixer/IncludeFixer.h)2
-rw-r--r--clang-include-fixer/IncludeFixerContext.cpp (renamed from include-fixer/IncludeFixerContext.cpp)0
-rw-r--r--clang-include-fixer/IncludeFixerContext.h (renamed from include-fixer/IncludeFixerContext.h)0
-rw-r--r--clang-include-fixer/SymbolIndex.h (renamed from include-fixer/SymbolIndex.h)0
-rw-r--r--clang-include-fixer/SymbolIndexManager.cpp (renamed from include-fixer/SymbolIndexManager.cpp)2
-rw-r--r--clang-include-fixer/SymbolIndexManager.h (renamed from include-fixer/SymbolIndexManager.h)0
-rw-r--r--clang-include-fixer/YamlSymbolIndex.cpp (renamed from include-fixer/YamlSymbolIndex.cpp)0
-rw-r--r--clang-include-fixer/YamlSymbolIndex.h (renamed from include-fixer/YamlSymbolIndex.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/CMakeLists.txt (renamed from include-fixer/find-all-symbols/CMakeLists.txt)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllMacros.cpp (renamed from include-fixer/find-all-symbols/FindAllMacros.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllMacros.h (renamed from include-fixer/find-all-symbols/FindAllMacros.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllSymbols.cpp (renamed from include-fixer/find-all-symbols/FindAllSymbols.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllSymbols.h (renamed from include-fixer/find-all-symbols/FindAllSymbols.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllSymbolsAction.cpp (renamed from include-fixer/find-all-symbols/FindAllSymbolsAction.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h (renamed from include-fixer/find-all-symbols/FindAllSymbolsAction.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp (renamed from include-fixer/find-all-symbols/HeaderMapCollector.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/HeaderMapCollector.h (renamed from include-fixer/find-all-symbols/HeaderMapCollector.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/PathConfig.cpp (renamed from include-fixer/find-all-symbols/PathConfig.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/PathConfig.h (renamed from include-fixer/find-all-symbols/PathConfig.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/PragmaCommentHandler.cpp (renamed from include-fixer/find-all-symbols/PragmaCommentHandler.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/PragmaCommentHandler.h (renamed from include-fixer/find-all-symbols/PragmaCommentHandler.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp (renamed from include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.h (renamed from include-fixer/find-all-symbols/STLPostfixHeaderMap.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/SymbolInfo.cpp (renamed from include-fixer/find-all-symbols/SymbolInfo.cpp)0
-rw-r--r--clang-include-fixer/find-all-symbols/SymbolInfo.h (renamed from include-fixer/find-all-symbols/SymbolInfo.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/SymbolReporter.h (renamed from include-fixer/find-all-symbols/SymbolReporter.h)0
-rw-r--r--clang-include-fixer/find-all-symbols/tool/CMakeLists.txt (renamed from include-fixer/find-all-symbols/tool/CMakeLists.txt)0
-rw-r--r--clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp (renamed from include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp)0
-rwxr-xr-xclang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py (renamed from include-fixer/find-all-symbols/tool/run-find-all-symbols.py)0
-rw-r--r--clang-include-fixer/plugin/CMakeLists.txt (renamed from include-fixer/plugin/CMakeLists.txt)0
-rw-r--r--clang-include-fixer/plugin/IncludeFixerPlugin.cpp (renamed from include-fixer/plugin/IncludeFixerPlugin.cpp)0
-rw-r--r--clang-include-fixer/tool/CMakeLists.txt (renamed from include-fixer/tool/CMakeLists.txt)0
-rw-r--r--clang-include-fixer/tool/ClangIncludeFixer.cpp (renamed from include-fixer/tool/ClangIncludeFixer.cpp)11
-rw-r--r--clang-include-fixer/tool/clang-include-fixer-test.el (renamed from include-fixer/tool/clang-include-fixer-test.el)0
-rw-r--r--clang-include-fixer/tool/clang-include-fixer.el (renamed from include-fixer/tool/clang-include-fixer.el)6
-rw-r--r--clang-include-fixer/tool/clang-include-fixer.py (renamed from include-fixer/tool/clang-include-fixer.py)14
-rw-r--r--clang-move/Move.cpp2
-rwxr-xr-xclang-tidy/add_new_check.py2
-rw-r--r--docs/ReleaseNotes.rst2
-rw-r--r--docs/clang-include-fixer.rst (renamed from docs/include-fixer.rst)6
-rw-r--r--docs/doxygen.cfg.in2
-rw-r--r--docs/index.rst2
-rw-r--r--test/clang-include-fixer/Inputs/database_template.json (renamed from test/include-fixer/Inputs/database_template.json)0
-rw-r--r--test/clang-include-fixer/Inputs/fake_yaml_db.yaml (renamed from test/include-fixer/Inputs/fake_yaml_db.yaml)2
-rw-r--r--test/clang-include-fixer/Inputs/merge/a.yaml (renamed from test/include-fixer/Inputs/merge/a.yaml)0
-rw-r--r--test/clang-include-fixer/Inputs/merge/b.yaml (renamed from test/include-fixer/Inputs/merge/b.yaml)0
-rw-r--r--test/clang-include-fixer/commandline_options.cpp (renamed from test/include-fixer/commandline_options.cpp)0
-rw-r--r--test/clang-include-fixer/exit_on_fatal.cpp (renamed from test/include-fixer/exit_on_fatal.cpp)0
-rw-r--r--test/clang-include-fixer/fixeddb.cpp (renamed from test/include-fixer/fixeddb.cpp)0
-rw-r--r--test/clang-include-fixer/include_path.cpp19
-rw-r--r--test/clang-include-fixer/merge.test (renamed from test/include-fixer/merge.test)0
-rw-r--r--test/clang-include-fixer/multiple_fixes.cpp13
-rw-r--r--test/clang-include-fixer/prefix_variable.cpp (renamed from test/include-fixer/prefix_variable.cpp)0
-rw-r--r--test/clang-include-fixer/query_symbol.cpp (renamed from test/include-fixer/query_symbol.cpp)0
-rw-r--r--test/clang-include-fixer/ranking.cpp (renamed from test/include-fixer/ranking.cpp)2
-rw-r--r--test/clang-include-fixer/yaml_fuzzy.cpp (renamed from test/include-fixer/yaml_fuzzy.cpp)2
-rw-r--r--test/clang-include-fixer/yamldb.cpp (renamed from test/include-fixer/yamldb.cpp)0
-rw-r--r--test/clang-include-fixer/yamldb_autodetect.cpp (renamed from test/include-fixer/yamldb_autodetect.cpp)0
-rw-r--r--test/include-fixer/include_path.cpp19
-rw-r--r--test/include-fixer/multiple_fixes.cpp13
-rw-r--r--unittests/CMakeLists.txt2
-rw-r--r--unittests/clang-include-fixer/CMakeLists.txt (renamed from unittests/include-fixer/CMakeLists.txt)2
-rw-r--r--unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp (renamed from unittests/include-fixer/FuzzySymbolIndexTests.cpp)0
-rw-r--r--unittests/clang-include-fixer/IncludeFixerTest.cpp (renamed from unittests/include-fixer/IncludeFixerTest.cpp)4
-rw-r--r--unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt (renamed from unittests/include-fixer/find-all-symbols/CMakeLists.txt)2
-rw-r--r--unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp (renamed from unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp)0
73 files changed, 73 insertions, 70 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb453330..66ebeaee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,10 +11,10 @@ add_subdirectory(clang-tidy-vs)
add_subdirectory(clang-change-namespace)
add_subdirectory(clang-doc)
-add_subdirectory(clang-query)
+add_subdirectory(clang-include-fixer)
add_subdirectory(clang-move)
+add_subdirectory(clang-query)
add_subdirectory(clangd)
-add_subdirectory(include-fixer)
add_subdirectory(pp-trace)
add_subdirectory(tool-template)
diff --git a/include-fixer/CMakeLists.txt b/clang-include-fixer/CMakeLists.txt
index f27f7403..f27f7403 100644
--- a/include-fixer/CMakeLists.txt
+++ b/clang-include-fixer/CMakeLists.txt
diff --git a/include-fixer/FuzzySymbolIndex.cpp b/clang-include-fixer/FuzzySymbolIndex.cpp
index 099d7389..099d7389 100644
--- a/include-fixer/FuzzySymbolIndex.cpp
+++ b/clang-include-fixer/FuzzySymbolIndex.cpp
diff --git a/include-fixer/FuzzySymbolIndex.h b/clang-include-fixer/FuzzySymbolIndex.h
index 2ea16609..27bfadf1 100644
--- a/include-fixer/FuzzySymbolIndex.h
+++ b/clang-include-fixer/FuzzySymbolIndex.h
@@ -31,7 +31,7 @@ namespace include_fixer {
// Implementations may choose to truncate results, refuse short queries, etc.
class FuzzySymbolIndex : public SymbolIndex {
public:
- // Loads the specified include-fixer database and returns an index serving it.
+ // Loads the specified clang-include-fixer database and returns an index serving it.
static llvm::Expected<std::unique_ptr<FuzzySymbolIndex>>
createFromYAML(llvm::StringRef File);
diff --git a/include-fixer/InMemorySymbolIndex.cpp b/clang-include-fixer/InMemorySymbolIndex.cpp
index e7858939..e7858939 100644
--- a/include-fixer/InMemorySymbolIndex.cpp
+++ b/clang-include-fixer/InMemorySymbolIndex.cpp
diff --git a/include-fixer/InMemorySymbolIndex.h b/clang-include-fixer/InMemorySymbolIndex.h
index bea8be91..bea8be91 100644
--- a/include-fixer/InMemorySymbolIndex.h
+++ b/clang-include-fixer/InMemorySymbolIndex.h
diff --git a/include-fixer/IncludeFixer.cpp b/clang-include-fixer/IncludeFixer.cpp
index 540b263e..d364021f 100644
--- a/include-fixer/IncludeFixer.cpp
+++ b/clang-include-fixer/IncludeFixer.cpp
@@ -16,7 +16,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
-#define DEBUG_TYPE "include-fixer"
+#define DEBUG_TYPE "clang-include-fixer"
using namespace clang;
@@ -348,8 +348,8 @@ IncludeFixerSemaSource::query(StringRef Query, StringRef ScopedQualifiers,
//
// We use conservative behavior for detecting the same unidentified symbol
// here. The symbols which have the same ScopedQualifier and RawIdentifier
- // are considered equal. So that include-fixer avoids false positives, and
- // always adds missing qualifiers to correct symbols.
+ // are considered equal. So that clang-include-fixer avoids false positives,
+ // and always adds missing qualifiers to correct symbols.
if (!GenerateDiagnostics && !QuerySymbolInfos.empty()) {
if (ScopedQualifiers == QuerySymbolInfos.front().ScopedQualifiers &&
Query == QuerySymbolInfos.front().RawIdentifier) {
diff --git a/include-fixer/IncludeFixer.h b/clang-include-fixer/IncludeFixer.h
index 5528e895..ccab65d2 100644
--- a/include-fixer/IncludeFixer.h
+++ b/clang-include-fixer/IncludeFixer.h
@@ -67,7 +67,7 @@ private:
///
/// \param Code The source code.
/// \param Context The context which contains all information for creating
-/// include-fixer replacements.
+/// clang-include-fixer replacements.
/// \param Style clang-format style being used.
/// \param AddQualifiers Whether we should add qualifiers to all instances of
/// an unidentified symbol.
diff --git a/include-fixer/IncludeFixerContext.cpp b/clang-include-fixer/IncludeFixerContext.cpp
index a9fef45c..a9fef45c 100644
--- a/include-fixer/IncludeFixerContext.cpp
+++ b/clang-include-fixer/IncludeFixerContext.cpp
diff --git a/include-fixer/IncludeFixerContext.h b/clang-include-fixer/IncludeFixerContext.h
index bbb87e2b..bbb87e2b 100644
--- a/include-fixer/IncludeFixerContext.h
+++ b/clang-include-fixer/IncludeFixerContext.h
diff --git a/include-fixer/SymbolIndex.h b/clang-include-fixer/SymbolIndex.h
index ca04d50a..ca04d50a 100644
--- a/include-fixer/SymbolIndex.h
+++ b/clang-include-fixer/SymbolIndex.h
diff --git a/include-fixer/SymbolIndexManager.cpp b/clang-include-fixer/SymbolIndexManager.cpp
index 603b9d4f..7b827536 100644
--- a/include-fixer/SymbolIndexManager.cpp
+++ b/clang-include-fixer/SymbolIndexManager.cpp
@@ -13,7 +13,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
-#define DEBUG_TYPE "include-fixer"
+#define DEBUG_TYPE "clang-include-fixer"
namespace clang {
namespace include_fixer {
diff --git a/include-fixer/SymbolIndexManager.h b/clang-include-fixer/SymbolIndexManager.h
index ca2d7399..ca2d7399 100644
--- a/include-fixer/SymbolIndexManager.h
+++ b/clang-include-fixer/SymbolIndexManager.h
diff --git a/include-fixer/YamlSymbolIndex.cpp b/clang-include-fixer/YamlSymbolIndex.cpp
index de72e9a9..de72e9a9 100644
--- a/include-fixer/YamlSymbolIndex.cpp
+++ b/clang-include-fixer/YamlSymbolIndex.cpp
diff --git a/include-fixer/YamlSymbolIndex.h b/clang-include-fixer/YamlSymbolIndex.h
index 3c4f5144..3c4f5144 100644
--- a/include-fixer/YamlSymbolIndex.h
+++ b/clang-include-fixer/YamlSymbolIndex.h
diff --git a/include-fixer/find-all-symbols/CMakeLists.txt b/clang-include-fixer/find-all-symbols/CMakeLists.txt
index c5fe19bf..c5fe19bf 100644
--- a/include-fixer/find-all-symbols/CMakeLists.txt
+++ b/clang-include-fixer/find-all-symbols/CMakeLists.txt
diff --git a/include-fixer/find-all-symbols/FindAllMacros.cpp b/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
index ed1bc2f4..ed1bc2f4 100644
--- a/include-fixer/find-all-symbols/FindAllMacros.cpp
+++ b/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
diff --git a/include-fixer/find-all-symbols/FindAllMacros.h b/clang-include-fixer/find-all-symbols/FindAllMacros.h
index 5aaf3884..5aaf3884 100644
--- a/include-fixer/find-all-symbols/FindAllMacros.h
+++ b/clang-include-fixer/find-all-symbols/FindAllMacros.h
diff --git a/include-fixer/find-all-symbols/FindAllSymbols.cpp b/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
index bb6a3fa9..bb6a3fa9 100644
--- a/include-fixer/find-all-symbols/FindAllSymbols.cpp
+++ b/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
diff --git a/include-fixer/find-all-symbols/FindAllSymbols.h b/clang-include-fixer/find-all-symbols/FindAllSymbols.h
index d78da668..d78da668 100644
--- a/include-fixer/find-all-symbols/FindAllSymbols.h
+++ b/clang-include-fixer/find-all-symbols/FindAllSymbols.h
diff --git a/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp b/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
index 9f1d31dc..9f1d31dc 100644
--- a/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
+++ b/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
diff --git a/include-fixer/find-all-symbols/FindAllSymbolsAction.h b/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
index ccffa4b3..ccffa4b3 100644
--- a/include-fixer/find-all-symbols/FindAllSymbolsAction.h
+++ b/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
diff --git a/include-fixer/find-all-symbols/HeaderMapCollector.cpp b/clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp
index 6ec49cae..6ec49cae 100644
--- a/include-fixer/find-all-symbols/HeaderMapCollector.cpp
+++ b/clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp
diff --git a/include-fixer/find-all-symbols/HeaderMapCollector.h b/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
index 21358275..21358275 100644
--- a/include-fixer/find-all-symbols/HeaderMapCollector.h
+++ b/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
diff --git a/include-fixer/find-all-symbols/PathConfig.cpp b/clang-include-fixer/find-all-symbols/PathConfig.cpp
index 4f1ebc77..4f1ebc77 100644
--- a/include-fixer/find-all-symbols/PathConfig.cpp
+++ b/clang-include-fixer/find-all-symbols/PathConfig.cpp
diff --git a/include-fixer/find-all-symbols/PathConfig.h b/clang-include-fixer/find-all-symbols/PathConfig.h
index 9c430f25..9c430f25 100644
--- a/include-fixer/find-all-symbols/PathConfig.h
+++ b/clang-include-fixer/find-all-symbols/PathConfig.h
diff --git a/include-fixer/find-all-symbols/PragmaCommentHandler.cpp b/clang-include-fixer/find-all-symbols/PragmaCommentHandler.cpp
index 49489752..49489752 100644
--- a/include-fixer/find-all-symbols/PragmaCommentHandler.cpp
+++ b/clang-include-fixer/find-all-symbols/PragmaCommentHandler.cpp
diff --git a/include-fixer/find-all-symbols/PragmaCommentHandler.h b/clang-include-fixer/find-all-symbols/PragmaCommentHandler.h
index 752c82f5..752c82f5 100644
--- a/include-fixer/find-all-symbols/PragmaCommentHandler.h
+++ b/clang-include-fixer/find-all-symbols/PragmaCommentHandler.h
diff --git a/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp b/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
index 0d0bbd9f..0d0bbd9f 100644
--- a/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
+++ b/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
diff --git a/include-fixer/find-all-symbols/STLPostfixHeaderMap.h b/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.h
index 49bc5f30..49bc5f30 100644
--- a/include-fixer/find-all-symbols/STLPostfixHeaderMap.h
+++ b/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.h
diff --git a/include-fixer/find-all-symbols/SymbolInfo.cpp b/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
index e5b4dba4..e5b4dba4 100644
--- a/include-fixer/find-all-symbols/SymbolInfo.cpp
+++ b/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
diff --git a/include-fixer/find-all-symbols/SymbolInfo.h b/clang-include-fixer/find-all-symbols/SymbolInfo.h
index 6def1c70..6def1c70 100644
--- a/include-fixer/find-all-symbols/SymbolInfo.h
+++ b/clang-include-fixer/find-all-symbols/SymbolInfo.h
diff --git a/include-fixer/find-all-symbols/SymbolReporter.h b/clang-include-fixer/find-all-symbols/SymbolReporter.h
index 25e86219..25e86219 100644
--- a/include-fixer/find-all-symbols/SymbolReporter.h
+++ b/clang-include-fixer/find-all-symbols/SymbolReporter.h
diff --git a/include-fixer/find-all-symbols/tool/CMakeLists.txt b/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
index 64278ad1..64278ad1 100644
--- a/include-fixer/find-all-symbols/tool/CMakeLists.txt
+++ b/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
diff --git a/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp b/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
index dbbe0738..dbbe0738 100644
--- a/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
+++ b/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
diff --git a/include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
index 5e9dde72..5e9dde72 100755
--- a/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
+++ b/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
diff --git a/include-fixer/plugin/CMakeLists.txt b/clang-include-fixer/plugin/CMakeLists.txt
index df792ea1..df792ea1 100644
--- a/include-fixer/plugin/CMakeLists.txt
+++ b/clang-include-fixer/plugin/CMakeLists.txt
diff --git a/include-fixer/plugin/IncludeFixerPlugin.cpp b/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
index bc9c4973..bc9c4973 100644
--- a/include-fixer/plugin/IncludeFixerPlugin.cpp
+++ b/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
diff --git a/include-fixer/tool/CMakeLists.txt b/clang-include-fixer/tool/CMakeLists.txt
index 207995aa..207995aa 100644
--- a/include-fixer/tool/CMakeLists.txt
+++ b/clang-include-fixer/tool/CMakeLists.txt
diff --git a/include-fixer/tool/ClangIncludeFixer.cpp b/clang-include-fixer/tool/ClangIncludeFixer.cpp
index 64bfdb75..15f6ed29 100644
--- a/include-fixer/tool/ClangIncludeFixer.cpp
+++ b/clang-include-fixer/tool/ClangIncludeFixer.cpp
@@ -366,8 +366,8 @@ int includeFixerMain(int argc, const char **argv) {
}
// We leave an empty symbol range as we don't know the range of the symbol
- // being queried in this mode. include-fixer won't add namespace qualifiers
- // if the symbol range is empty, which also fits this case.
+ // being queried in this mode. clang-include-fixer won't add namespace
+ // qualifiers if the symbol range is empty, which also fits this case.
IncludeFixerContext::QuerySymbolInfo Symbol;
Symbol.RawIdentifier = QuerySymbol;
auto Context =
@@ -383,9 +383,10 @@ int includeFixerMain(int argc, const char **argv) {
if (tool.run(&Factory) != 0) {
// We suppress all Clang diagnostics (because they would be wrong,
- // include-fixer does custom recovery) but still want to give some feedback
- // in case there was a compiler error we couldn't recover from. The most
- // common case for this is a #include in the file that couldn't be found.
+ // clang-include-fixer does custom recovery) but still want to give some
+ // feedback in case there was a compiler error we couldn't recover from.
+ // The most common case for this is a #include in the file that couldn't be
+ // found.
llvm::errs() << "Fatal compiler error occurred while parsing file!"
" (incorrect include paths?)\n";
return 1;
diff --git a/include-fixer/tool/clang-include-fixer-test.el b/clang-include-fixer/tool/clang-include-fixer-test.el
index d66d5300..d66d5300 100644
--- a/include-fixer/tool/clang-include-fixer-test.el
+++ b/clang-include-fixer/tool/clang-include-fixer-test.el
diff --git a/include-fixer/tool/clang-include-fixer.el b/clang-include-fixer/tool/clang-include-fixer.el
index 1512402d..84fff624 100644
--- a/include-fixer/tool/clang-include-fixer.el
+++ b/clang-include-fixer/tool/clang-include-fixer.el
@@ -8,7 +8,7 @@
;; This package allows Emacs users to invoke the 'clang-include-fixer' within
;; Emacs. 'clang-include-fixer' provides an automated way of adding #include
;; directives for missing symbols in one translation unit, see
-;; <http://clang.llvm.org/extra/include-fixer.html>.
+;; <http://clang.llvm.org/extra/clang-include-fixer.html>.
;;; Code:
@@ -243,7 +243,7 @@ return nil. Buffer restrictions are ignored."
t))))))))))))
(defun clang-include-fixer--add-header (stdout)
- "Analyse the result of include-fixer stored in STDOUT.
+ "Analyse the result of clang-include-fixer stored in STDOUT.
Add a missing header if there is any. If there are multiple
possible headers the user can select one of them to be included.
Temporarily highlight the affected symbols. Asynchronously call
@@ -317,7 +317,7 @@ They are replaced by the single element selected by the user."
(when overlays
(goto-char (clang-include-fixer--closest-overlay overlays)))
(cl-flet ((header (info) (let-alist info .Header)))
- ;; The header-infos is already sorted by include-fixer.
+ ;; The header-infos is already sorted by clang-include-fixer.
(let* ((headers (mapcar #'header .HeaderInfos))
(header (completing-read
(clang-include-fixer--format-message
diff --git a/include-fixer/tool/clang-include-fixer.py b/clang-include-fixer/tool/clang-include-fixer.py
index 0e9306d1..4c38f71e 100644
--- a/include-fixer/tool/clang-include-fixer.py
+++ b/clang-include-fixer/tool/clang-include-fixer.py
@@ -2,12 +2,14 @@
# - Change 'binary' if clang-include-fixer is not on the path (see below).
# - Add to your .vimrc:
#
-# noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/include-fixer/tool/clang-include-fixer.py<cr>
+# noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/clang-include-fixer/tool/clang-include-fixer.py<cr>
#
-# This enables clang-include-fixer for NORMAL and VISUAL mode. Change "<leader>cf"
-# to another binding if you need clang-include-fixer on a different key.
+# This enables clang-include-fixer for NORMAL and VISUAL mode. Change
+# "<leader>cf" to another binding if you need clang-include-fixer on a
+# different key.
#
-# To set up clang-include-fixer, see http://clang.llvm.org/extra/include-fixer.html
+# To set up clang-include-fixer, see
+# http://clang.llvm.org/extra/clang-include-fixer.html
#
# With this integration you can press the bound key and clang-include-fixer will
# be run on the current buffer.
@@ -76,7 +78,7 @@ def GetUserSelection(message, headers, maximum_suggested_headers):
raise Exception()
except Exception:
# Show a new prompt on invalid option instead of aborting so that users
- # don't need to wait for another include-fixer run.
+ # don't need to wait for another clang-include-fixer run.
print >> sys.stderr, "Invalid option:", res
return GetUserSelection(message, headers, maximum_suggested_headers)
return headers[idx - 1]
@@ -170,7 +172,7 @@ def main():
print "The file is fine, no need to add a header."
return
symbol = query_symbol_infos[0]["RawIdentifier"]
- # The header_infos is already sorted by include-fixer.
+ # The header_infos is already sorted by clang-include-fixer.
header_infos = include_fixer_context["HeaderInfos"]
# Deduplicate headers while keeping the order, so that the same header would
# not be suggested twice.
diff --git a/clang-move/Move.cpp b/clang-move/Move.cpp
index 9b69b887..8c568610 100644
--- a/clang-move/Move.cpp
+++ b/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.
diff --git a/clang-tidy/add_new_check.py b/clang-tidy/add_new_check.py
index 898392b1..839bd4d3 100755
--- a/clang-tidy/add_new_check.py
+++ b/clang-tidy/add_new_check.py
@@ -198,7 +198,7 @@ def add_release_notes(module_path, module, check_name):
lines = f.readlines()
lineMatcher = re.compile('Improvements to clang-tidy')
- nextSectionMatcher = re.compile('Improvements to include-fixer')
+ nextSectionMatcher = re.compile('Improvements to clang-include-fixer')
checkerMatcher = re.compile('- New :doc:`(.*)')
print('Updating %s...' % filename)
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index fa473d71..07eab64a 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -143,7 +143,7 @@ Improvements to clang-tidy
but either don't specify it or the clause is specified but with the kind
other than ``none``, and suggests to use the ``default(none)`` clause.
-Improvements to include-fixer
+Improvements to clang-include-fixer
-----------------------------
The improvements are...
diff --git a/docs/include-fixer.rst b/docs/clang-include-fixer.rst
index 9898840c..783f45ef 100644
--- a/docs/include-fixer.rst
+++ b/docs/clang-include-fixer.rst
@@ -49,7 +49,7 @@ database for LLVM, any project built by CMake should follow similar steps.
$ ninja clang-include-fixer // build clang-include-fixer tool.
$ ls compile_commands.json # Make sure compile_commands.json exists.
compile_commands.json
- $ path/to/llvm/source/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
+ $ path/to/llvm/source/tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
... wait as clang indexes the code base ...
$ ln -s $PWD/find_all_symbols_db.yaml path/to/llvm/source/ # Link database into the source tree.
$ ln -s $PWD/compile_commands.json path/to/llvm/source/ # Also link compilation database if it's not there already.
@@ -64,7 +64,7 @@ following key binding to your ``.vimrc``:
.. code-block:: console
- noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/include-fixer/tool/clang-include-fixer.py<cr>
+ noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/clang-include-fixer/tool/clang-include-fixer.py<cr>
This enables `clang-include-fixer` for NORMAL and VISUAL mode. Change
`<leader>cf` to another binding if you need clang-include-fixer on a different
@@ -118,7 +118,7 @@ in your ``.emacs``:
.. code-block:: console
- (add-to-list 'load-path "path/to/llvm/source/tools/clang/tools/extra/include-fixer/tool/"
+ (add-to-list 'load-path "path/to/llvm/source/tools/clang/tools/extra/clang-include-fixer/tool/"
(require 'clang-include-fixer)
Within Emacs the tool can be invoked with the command
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 88095889..fd77fc47 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -752,7 +752,7 @@ INPUT = \
@abs_srcdir@/../clang-reorder-fields \
@abs_srcdir@/../clang-tidy \
@abs_srcdir@/../clangd \
- @abs_srcdir@/../include-fixer \
+ @abs_srcdir@/../clang-include-fixer \
@abs_srcdir@/../modularize \
@abs_srcdir@/../pp-trace \
@abs_srcdir@/../tool-template \
diff --git a/docs/index.rst b/docs/index.rst
index 86ba5cb7..0fe98952 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,7 +16,7 @@ Contents
:maxdepth: 2
clang-tidy/index
- include-fixer
+ clang-include-fixer
modularize
pp-trace
clang-rename
diff --git a/test/include-fixer/Inputs/database_template.json b/test/clang-include-fixer/Inputs/database_template.json
index ec71c562..ec71c562 100644
--- a/test/include-fixer/Inputs/database_template.json
+++ b/test/clang-include-fixer/Inputs/database_template.json
diff --git a/test/include-fixer/Inputs/fake_yaml_db.yaml b/test/clang-include-fixer/Inputs/fake_yaml_db.yaml
index b599005e..134b3758 100644
--- a/test/include-fixer/Inputs/fake_yaml_db.yaml
+++ b/test/clang-include-fixer/Inputs/fake_yaml_db.yaml
@@ -65,7 +65,7 @@ Name: bar
Contexts:
- ContextType: Namespace
ContextName: c
-FilePath: test/include-fixer/baz.h
+FilePath: test/clang-include-fixer/baz.h
Type: Class
Seen: 1
Used: 0
diff --git a/test/include-fixer/Inputs/merge/a.yaml b/test/clang-include-fixer/Inputs/merge/a.yaml
index 174db0e5..174db0e5 100644
--- a/test/include-fixer/Inputs/merge/a.yaml
+++ b/test/clang-include-fixer/Inputs/merge/a.yaml
diff --git a/test/include-fixer/Inputs/merge/b.yaml b/test/clang-include-fixer/Inputs/merge/b.yaml
index 86893208..86893208 100644
--- a/test/include-fixer/Inputs/merge/b.yaml
+++ b/test/clang-include-fixer/Inputs/merge/b.yaml
diff --git a/test/include-fixer/commandline_options.cpp b/test/clang-include-fixer/commandline_options.cpp
index 3cc77b49..3cc77b49 100644
--- a/test/include-fixer/commandline_options.cpp
+++ b/test/clang-include-fixer/commandline_options.cpp
diff --git a/test/include-fixer/exit_on_fatal.cpp b/test/clang-include-fixer/exit_on_fatal.cpp
index fc8c95a0..fc8c95a0 100644
--- a/test/include-fixer/exit_on_fatal.cpp
+++ b/test/clang-include-fixer/exit_on_fatal.cpp
diff --git a/test/include-fixer/fixeddb.cpp b/test/clang-include-fixer/fixeddb.cpp
index 90068dbf..90068dbf 100644
--- a/test/include-fixer/fixeddb.cpp
+++ b/test/clang-include-fixer/fixeddb.cpp
diff --git a/test/clang-include-fixer/include_path.cpp b/test/clang-include-fixer/include_path.cpp
new file mode 100644
index 00000000..9185b7af
--- /dev/null
+++ b/test/clang-include-fixer/include_path.cpp
@@ -0,0 +1,19 @@
+// RUN: mkdir -p %T/clang-include-fixer/include
+// RUN: mkdir -p %T/clang-include-fixer/symbols
+// RUN: mkdir -p %T/clang-include-fixer/build
+// RUN: mkdir -p %T/clang-include-fixer/src
+// RUN: sed 's|test_dir|%/T/clang-include-fixer|g' %S/Inputs/database_template.json > %T/clang-include-fixer/build/compile_commands.json
+// RUN: echo -e '#include "bar.h"\nb::a::bar f;' > %T/clang-include-fixer/src/bar.cpp
+// RUN: echo 'namespace b { namespace a { class bar {}; } }' > %T/clang-include-fixer/include/bar.h
+// RUN: cd %T/clang-include-fixer/build
+// RUN: find-all-symbols -output-dir=%T/clang-include-fixer/symbols -p=. %T/clang-include-fixer/src/bar.cpp
+// RUN: find-all-symbols -merge-dir=%T/clang-include-fixer/symbols %T/clang-include-fixer/build/find_all_symbols.yaml
+// RUN: FileCheck -input-file=%T/clang-include-fixer/build/find_all_symbols.yaml -check-prefix=CHECK-YAML %s
+//
+// RUN: echo 'b::a::bar f;' > %T/clang-include-fixer/src/bar.cpp
+// RUN: clang-include-fixer -db=yaml -input=%T/clang-include-fixer/build/find_all_symbols.yaml -minimize-paths=true -p=. %T/clang-include-fixer/src/bar.cpp
+// RUN: FileCheck -input-file=%T/clang-include-fixer/src/bar.cpp %s
+
+// CHECK-YAML: ..{{[/\\]}}include{{[/\\]}}bar.h
+// CHECK: #include "bar.h"
+// CHECK: b::a::bar f;
diff --git a/test/include-fixer/merge.test b/test/clang-include-fixer/merge.test
index 230d38da..230d38da 100644
--- a/test/include-fixer/merge.test
+++ b/test/clang-include-fixer/merge.test
diff --git a/test/clang-include-fixer/multiple_fixes.cpp b/test/clang-include-fixer/multiple_fixes.cpp
new file mode 100644
index 00000000..791417a3
--- /dev/null
+++ b/test/clang-include-fixer/multiple_fixes.cpp
@@ -0,0 +1,13 @@
+// REQUIRES: shell
+// RUN: sed -e 's#//.*$##' %s > %t.cpp
+// RUN: mkdir -p %T/clang-include-fixer/multiple-fixes
+// RUN: echo 'foo f;' > %T/clang-include-fixer/multiple-fixes/foo.cpp
+// RUN: echo 'bar b;' > %T/clang-include-fixer/multiple-fixes/bar.cpp
+// RUN: clang-include-fixer -db=fixed -input='foo= "foo.h";bar= "bar.h"' %T/clang-include-fixer/multiple-fixes/*.cpp --
+// RUN: FileCheck -input-file=%T/clang-include-fixer/multiple-fixes/bar.cpp %s -check-prefix=CHECK-BAR
+// RUN: FileCheck -input-file=%T/clang-include-fixer/multiple-fixes/foo.cpp %s -check-prefix=CHECK-FOO
+//
+// CHECK-FOO: #include "foo.h"
+// CHECK-FOO: foo f;
+// CHECK-BAR: #include "bar.h"
+// CHECK-BAR: bar b;
diff --git a/test/include-fixer/prefix_variable.cpp b/test/clang-include-fixer/prefix_variable.cpp
index b39cdb8d..b39cdb8d 100644
--- a/test/include-fixer/prefix_variable.cpp
+++ b/test/clang-include-fixer/prefix_variable.cpp
diff --git a/test/include-fixer/query_symbol.cpp b/test/clang-include-fixer/query_symbol.cpp
index 84c3a237..84c3a237 100644
--- a/test/include-fixer/query_symbol.cpp
+++ b/test/clang-include-fixer/query_symbol.cpp
diff --git a/test/include-fixer/ranking.cpp b/test/clang-include-fixer/ranking.cpp
index 2dabe16f..ee54d4c7 100644
--- a/test/include-fixer/ranking.cpp
+++ b/test/clang-include-fixer/ranking.cpp
@@ -2,7 +2,7 @@
// RUN: clang-include-fixer -query-symbol bar -db=yaml -input=%S/Inputs/fake_yaml_db.yaml -output-headers %s -- | FileCheck %s
// CHECK: "HeaderInfos": [
-// CHECK-NEXT: {"Header": "\"test/include-fixer/baz.h\"",
+// CHECK-NEXT: {"Header": "\"test/clang-include-fixer/baz.h\"",
// CHECK-NEXT: "QualifiedName": "c::bar"},
// CHECK-NEXT: {"Header": "\"../include/bar.h\"",
// CHECK-NEXT: "QualifiedName": "b::a::bar"},
diff --git a/test/include-fixer/yaml_fuzzy.cpp b/test/clang-include-fixer/yaml_fuzzy.cpp
index 705542dd..9a3daacb 100644
--- a/test/include-fixer/yaml_fuzzy.cpp
+++ b/test/clang-include-fixer/yaml_fuzzy.cpp
@@ -2,7 +2,7 @@
// RUN: clang-include-fixer -db=fuzzyYaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
// RUN: FileCheck %s -input-file=%t.cpp
-// include-fixer will add the include, but doesn't complete the symbol.
+// clang-include-fixer will add the include, but doesn't complete the symbol.
// CHECK: #include "foobar.h"
// CHECK: fba f;
diff --git a/test/include-fixer/yamldb.cpp b/test/clang-include-fixer/yamldb.cpp
index d17b4147..d17b4147 100644
--- a/test/include-fixer/yamldb.cpp
+++ b/test/clang-include-fixer/yamldb.cpp
diff --git a/test/include-fixer/yamldb_autodetect.cpp b/test/clang-include-fixer/yamldb_autodetect.cpp
index 1997390d..1997390d 100644
--- a/test/include-fixer/yamldb_autodetect.cpp
+++ b/test/clang-include-fixer/yamldb_autodetect.cpp
diff --git a/test/include-fixer/include_path.cpp b/test/include-fixer/include_path.cpp
deleted file mode 100644
index 28b6ace5..00000000
--- a/test/include-fixer/include_path.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// RUN: mkdir -p %T/include-fixer/include
-// RUN: mkdir -p %T/include-fixer/symbols
-// RUN: mkdir -p %T/include-fixer/build
-// RUN: mkdir -p %T/include-fixer/src
-// RUN: sed 's|test_dir|%/T/include-fixer|g' %S/Inputs/database_template.json > %T/include-fixer/build/compile_commands.json
-// RUN: echo -e '#include "bar.h"\nb::a::bar f;' > %T/include-fixer/src/bar.cpp
-// RUN: echo 'namespace b { namespace a { class bar {}; } }' > %T/include-fixer/include/bar.h
-// RUN: cd %T/include-fixer/build
-// RUN: find-all-symbols -output-dir=%T/include-fixer/symbols -p=. %T/include-fixer/src/bar.cpp
-// RUN: find-all-symbols -merge-dir=%T/include-fixer/symbols %T/include-fixer/build/find_all_symbols.yaml
-// RUN: FileCheck -input-file=%T/include-fixer/build/find_all_symbols.yaml -check-prefix=CHECK-YAML %s
-//
-// RUN: echo 'b::a::bar f;' > %T/include-fixer/src/bar.cpp
-// RUN: clang-include-fixer -db=yaml -input=%T/include-fixer/build/find_all_symbols.yaml -minimize-paths=true -p=. %T/include-fixer/src/bar.cpp
-// RUN: FileCheck -input-file=%T/include-fixer/src/bar.cpp %s
-
-// CHECK-YAML: ..{{[/\\]}}include{{[/\\]}}bar.h
-// CHECK: #include "bar.h"
-// CHECK: b::a::bar f;
diff --git a/test/include-fixer/multiple_fixes.cpp b/test/include-fixer/multiple_fixes.cpp
deleted file mode 100644
index 35a73b4a..00000000
--- a/test/include-fixer/multiple_fixes.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// REQUIRES: shell
-// RUN: sed -e 's#//.*$##' %s > %t.cpp
-// RUN: mkdir -p %T/include-fixer/multiple-fixes
-// RUN: echo 'foo f;' > %T/include-fixer/multiple-fixes/foo.cpp
-// RUN: echo 'bar b;' > %T/include-fixer/multiple-fixes/bar.cpp
-// RUN: clang-include-fixer -db=fixed -input='foo= "foo.h";bar= "bar.h"' %T/include-fixer/multiple-fixes/*.cpp --
-// RUN: FileCheck -input-file=%T/include-fixer/multiple-fixes/bar.cpp %s -check-prefix=CHECK-BAR
-// RUN: FileCheck -input-file=%T/include-fixer/multiple-fixes/foo.cpp %s -check-prefix=CHECK-FOO
-//
-// CHECK-FOO: #include "foo.h"
-// CHECK-FOO: foo f;
-// CHECK-BAR: #include "bar.h"
-// CHECK-BAR: bar b;
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index 40087377..ce6e6651 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -17,8 +17,8 @@ endif()
add_subdirectory(clang-apply-replacements)
add_subdirectory(clang-change-namespace)
add_subdirectory(clang-doc)
+add_subdirectory(clang-include-fixer)
add_subdirectory(clang-move)
add_subdirectory(clang-query)
add_subdirectory(clang-tidy)
add_subdirectory(clangd)
-add_subdirectory(include-fixer)
diff --git a/unittests/include-fixer/CMakeLists.txt b/unittests/clang-include-fixer/CMakeLists.txt
index c084a4df..deb5a187 100644
--- a/unittests/include-fixer/CMakeLists.txt
+++ b/unittests/clang-include-fixer/CMakeLists.txt
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
)
get_filename_component(INCLUDE_FIXER_SOURCE_DIR
- ${CMAKE_CURRENT_SOURCE_DIR}/../../include-fixer REALPATH)
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../clang-include-fixer REALPATH)
include_directories(
${INCLUDE_FIXER_SOURCE_DIR}
)
diff --git a/unittests/include-fixer/FuzzySymbolIndexTests.cpp b/unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp
index 3886269f..3886269f 100644
--- a/unittests/include-fixer/FuzzySymbolIndexTests.cpp
+++ b/unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp
diff --git a/unittests/include-fixer/IncludeFixerTest.cpp b/unittests/clang-include-fixer/IncludeFixerTest.cpp
index 9b187485..ab7ef797 100644
--- a/unittests/include-fixer/IncludeFixerTest.cpp
+++ b/unittests/clang-include-fixer/IncludeFixerTest.cpp
@@ -178,7 +178,7 @@ TEST(IncludeFixer, NestedName) {
EXPECT_EQ("#define FOO(x) a::##x\nint x = FOO(b::foo);\n",
runIncludeFixer("#define FOO(x) a::##x\nint x = FOO(b::foo);\n"));
- // The empty namespace is cleaned up by clang-format after include-fixer
+ // The empty namespace is cleaned up by clang-format after clang-include-fixer
// finishes.
EXPECT_EQ("#include \"dir/otherdir/qux.h\"\n"
"\nint a = a::b::foo(0);\n",
@@ -227,7 +227,7 @@ TEST(IncludeFixer, IgnoreSymbolFromHeader) {
}
// FIXME: add test cases for inserting and sorting multiple headers when
-// include-fixer supports multiple headers insertion.
+// clang-include-fixer supports multiple headers insertion.
TEST(IncludeFixer, InsertAndSortSingleHeader) {
// Insert one header.
std::string Code = "#include \"a.h\"\n"
diff --git a/unittests/include-fixer/find-all-symbols/CMakeLists.txt b/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
index 6a5472ee..427aa8ed 100644
--- a/unittests/include-fixer/find-all-symbols/CMakeLists.txt
+++ b/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
)
get_filename_component(INCLUDE_FIXER_SOURCE_DIR
- ${CMAKE_CURRENT_SOURCE_DIR}/../../../include-fixer/find-all-symbols REALPATH)
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../../clang-include-fixer/find-all-symbols REALPATH)
include_directories(
${INCLUDE_FIXER_SOURCE_DIR}
)
diff --git a/unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp b/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
index 179ad258..179ad258 100644
--- a/unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
+++ b/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp