xaizek / unused-funcs (License: GPLv2+) (since 2018-12-07)
Clang-based standalone tool that detects unused external functions in a set of source files.
Commit 908da5db24ccb75d2d94eafac9e5ca457edcd1d3

Note that code has been updated and link original
Author: xaizek
Author date (UTC): 2018-01-16 10:54
Committer name: xaizek
Committer date (UTC): 2018-01-16 10:54
Parent(s): aa81b745df5474ae27aa82871020e82fe341307f
Signing key: 99DC5E4DB05F6BE2
Tree: bd021b90274c26757d4a19977c61c305191a42ca
File Lines added Lines deleted
README.md 8 0
File README.md changed (mode: 100644) (index dc5d766..13b91f8)
1 Note
2 ----
3
4 The code was "modernized" (the term is too ambiguous and subjective to take it
5 seriously) and thus has slightly diverged from the way it's presented in the
6 post. Original tree that corresponds to the text can be browsed
7 [here](https://github.com/xaizek/unused-funcs/tree/post).
8
1 9 Brief description Brief description
2 10 ----------------- -----------------
3 11
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/unused-funcs

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/unused-funcs

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master