summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/CMakeLists.txt2
-rw-r--r--clang-tools-extra/Makefile2
-rw-r--r--clang-tools-extra/tool-template/CMakeLists.txt (renamed from clang-tools-extra/toolTemplate/CMakeLists.txt)0
-rw-r--r--clang-tools-extra/tool-template/Makefile (renamed from clang-tools-extra/toolTemplate/Makefile)0
-rw-r--r--clang-tools-extra/tool-template/ToolTemplate.cpp (renamed from clang-tools-extra/toolTemplate/ToolTemplate.cpp)0
5 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/CMakeLists.txt b/clang-tools-extra/CMakeLists.txt
index 8e48ae8927a..e980b59f797 100644
--- a/clang-tools-extra/CMakeLists.txt
+++ b/clang-tools-extra/CMakeLists.txt
@@ -1,5 +1,5 @@
add_subdirectory(remove-cstr-calls)
-add_subdirectory(toolTemplate)
+add_subdirectory(tool-template)
# Add the common testsuite after all the tools.
add_subdirectory(test)
diff --git a/clang-tools-extra/Makefile b/clang-tools-extra/Makefile
index c144a197068..7950470145b 100644
--- a/clang-tools-extra/Makefile
+++ b/clang-tools-extra/Makefile
@@ -11,7 +11,7 @@ CLANG_LEVEL := ../..
include $(CLANG_LEVEL)/../../Makefile.config
-PARALLEL_DIRS := remove-cstr-calls toolTemplate
+PARALLEL_DIRS := remove-cstr-calls tool-template
include $(CLANG_LEVEL)/Makefile
diff --git a/clang-tools-extra/toolTemplate/CMakeLists.txt b/clang-tools-extra/tool-template/CMakeLists.txt
index cf14a9f524c..cf14a9f524c 100644
--- a/clang-tools-extra/toolTemplate/CMakeLists.txt
+++ b/clang-tools-extra/tool-template/CMakeLists.txt
diff --git a/clang-tools-extra/toolTemplate/Makefile b/clang-tools-extra/tool-template/Makefile
index 6126d3a4b39..6126d3a4b39 100644
--- a/clang-tools-extra/toolTemplate/Makefile
+++ b/clang-tools-extra/tool-template/Makefile
diff --git a/clang-tools-extra/toolTemplate/ToolTemplate.cpp b/clang-tools-extra/tool-template/ToolTemplate.cpp
index e66d950659b..e66d950659b 100644
--- a/clang-tools-extra/toolTemplate/ToolTemplate.cpp
+++ b/clang-tools-extra/tool-template/ToolTemplate.cpp
OpenPOWER on IntegriCloud