Skip to content

Commit 5f5a745

Browse files
committed
Rename directory housing clang-change-namespace to be eponymous
Makes the name of this directory consistent with the names of the other directories in clang-tools-extra. Differential Revision: https://reviews.llvm.org/D59382 llvm-svn: 356254
1 parent 398f9bb commit 5f5a745

File tree

14 files changed

+3
-3
lines changed

14 files changed

+3
-3
lines changed

clang-tools-extra/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_subdirectory(modularize)
99
add_subdirectory(clang-tidy)
1010
add_subdirectory(clang-tidy-vs)
1111

12-
add_subdirectory(change-namespace)
12+
add_subdirectory(clang-change-namespace)
1313
add_subdirectory(clang-doc)
1414
add_subdirectory(clang-query)
1515
add_subdirectory(clang-move)

clang-tools-extra/unittests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if(CLANG_BUILT_STANDALONE)
1414
endif()
1515
endif()
1616

17-
add_subdirectory(change-namespace)
1817
add_subdirectory(clang-apply-replacements)
18+
add_subdirectory(clang-change-namespace)
1919
add_subdirectory(clang-doc)
2020
add_subdirectory(clang-move)
2121
add_subdirectory(clang-query)

clang-tools-extra/unittests/change-namespace/CMakeLists.txt renamed to clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
33
)
44

55
get_filename_component(CHANGE_NAMESPACE_SOURCE_DIR
6-
${CMAKE_CURRENT_SOURCE_DIR}/../../change-namespace REALPATH)
6+
${CMAKE_CURRENT_SOURCE_DIR}/../../clang-change-namespace REALPATH)
77
include_directories(
88
${CHANGE_NAMESPACE_SOURCE_DIR}
99
)

0 commit comments

Comments
 (0)