Skip to content

Commit 8a160cc

Browse files
committed
Reverts the Tooling changes as requested by Chris.
llvm-svn: 132462
1 parent f9dc283 commit 8a160cc

25 files changed

+2
-7037
lines changed

clang/examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
add_subdirectory(clang-interpreter)
22
add_subdirectory(PrintFunctionNames)
3-
add_subdirectory(Tooling)

clang/examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
CLANG_LEVEL := ..
1111

12-
PARALLEL_DIRS := clang-interpreter PrintFunctionNames Tooling
12+
PARALLEL_DIRS := clang-interpreter PrintFunctionNames
1313

1414
include $(CLANG_LEVEL)/Makefile

clang/examples/Tooling/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

clang/examples/Tooling/ClangCheck.cpp

Lines changed: 0 additions & 47 deletions
This file was deleted.

clang/examples/Tooling/Makefile

Lines changed: 0 additions & 26 deletions
This file was deleted.

clang/examples/Tooling/RemoveCStrCalls/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

clang/examples/Tooling/RemoveCStrCalls/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

clang/examples/Tooling/RemoveCStrCalls/RemoveCStrCalls.cpp

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)