aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2012-08-14 18:59:24 +0000
committerMarshall Clow <mclow@qualcomm.com>2012-08-14 18:59:24 +0000
commit4699a538e5c913d36b06f3e4d079d5eba0c3ec78 (patch)
treed4f61844f6da7301d29665dd55ec29e0ccfb6e68
parent239efbd2ac5e27a6e2895115229bbcf5b0c2d502 (diff)
Rename directory from 'toolTemplate' to 'tool-template'
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@161887 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile2
-rw-r--r--tool-template/CMakeLists.txt (renamed from toolTemplate/CMakeLists.txt)0
-rw-r--r--tool-template/Makefile (renamed from toolTemplate/Makefile)0
-rw-r--r--tool-template/ToolTemplate.cpp (renamed from toolTemplate/ToolTemplate.cpp)0
5 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e48ae89..e980b59f 100644
--- a/CMakeLists.txt
+++ b/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/Makefile b/Makefile
index c144a197..79504701 100644
--- a/Makefile
+++ b/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/toolTemplate/CMakeLists.txt b/tool-template/CMakeLists.txt
index cf14a9f5..cf14a9f5 100644
--- a/toolTemplate/CMakeLists.txt
+++ b/tool-template/CMakeLists.txt
diff --git a/toolTemplate/Makefile b/tool-template/Makefile
index 6126d3a4..6126d3a4 100644
--- a/toolTemplate/Makefile
+++ b/tool-template/Makefile
diff --git a/toolTemplate/ToolTemplate.cpp b/tool-template/ToolTemplate.cpp
index e66d9506..e66d9506 100644
--- a/toolTemplate/ToolTemplate.cpp
+++ b/tool-template/ToolTemplate.cpp