We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0406298 commit c93f22dCopy full SHA for c93f22d
README.md
@@ -1,3 +1,9 @@
1
# XcodeZombieCode
2
iOS APP分析无用代码(A source-code level/Clang Approach)
3
[CLANG技术分享系列四:IOS APP无用代码/重复代码分析](http://kangwang1988.github.io/tech/2016/11/01/find-unused-duplicate-code-of-your-app-using-clang-plugin.html)
4
+
5
+Branch[Master]:
6
+Using clang plugin as an approach.If you want to debug the analyzing code, use logs.
7
8
+Branch[Libtooling]:
9
+Using libtooling as an approach.You can debug the analyzing code directly.
0 commit comments