Skip to content

Commit 7d95ab8

Browse files
authored
get context with template slowly
1 parent 5d4a539 commit 7d95ab8

13 files changed

+6497
-1919
lines changed

clang-tools-extra/focxt/CMakeLists.txt

100644100755
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set(LLVM_LINK_COMPONENTS support)
2+
set(CMAKE_BUILD_TYPE Debug)
23

34
include(FetchContent)
45

@@ -7,10 +8,10 @@ FetchContent_MakeAvailable(json)
78

89
add_clang_executable(focxt
910
Focxt.cpp
10-
GetAllPath.cpp
11+
GetAllDefinition.cpp
1112
GetSignature.cpp
1213
GetAllContext.cpp
13-
CoutContext.cpp
14+
# CoutContext.cpp
1415
)
1516

1617
target_link_libraries(focxt

clang-tools-extra/focxt/CoutContext.cpp

-507
This file was deleted.

clang-tools-extra/focxt/CoutContext.h

-80
This file was deleted.

0 commit comments

Comments
 (0)