File | Lines added | Lines deleted |
---|---|---|
CMakeLists.txt | 4 | 1 |
src/Finder.cpp | 0 | 0 |
src/Finder.hpp | 0 | 0 |
src/FuncInfo.cpp | 0 | 0 |
src/FuncInfo.hpp | 0 | 0 |
src/RefInfo.cpp | 0 | 0 |
src/RefInfo.hpp | 0 | 0 |
src/unused-funcs.cpp | 0 | 0 |
File CMakeLists.txt changed (mode: 100644) (index d6ba80d..612f6b0) | |||
... | ... | set(LLVM_LINK_COMPONENTS support) | |
2 | 2 | set(LLVM_USED_LIBS clangTooling clangBasic clangAST) | set(LLVM_USED_LIBS clangTooling clangBasic clangAST) |
3 | 3 | ||
4 | 4 | add_clang_executable(unused-funcs | add_clang_executable(unused-funcs |
5 | unused-funcs.cpp Finder.cpp FuncInfo.cpp RefInfo.cpp) | ||
5 | src/unused-funcs.cpp | ||
6 | src/Finder.cpp | ||
7 | src/FuncInfo.cpp | ||
8 | src/RefInfo.cpp) | ||
6 | 9 | target_link_libraries(unused-funcs clangTooling clangBasic clangASTMatchers) | target_link_libraries(unused-funcs clangTooling clangBasic clangASTMatchers) |
File src/Finder.cpp renamed from Finder.cpp (similarity 100%) |
File src/Finder.hpp renamed from Finder.hpp (similarity 100%) |
File src/FuncInfo.cpp renamed from FuncInfo.cpp (similarity 100%) |
File src/FuncInfo.hpp renamed from FuncInfo.hpp (similarity 100%) |
File src/RefInfo.cpp renamed from RefInfo.cpp (similarity 100%) |
File src/RefInfo.hpp renamed from RefInfo.hpp (similarity 100%) |
File src/unused-funcs.cpp renamed from unused-funcs.cpp (similarity 100%) |