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 b6612602883413560479653fe053a84f19a7edcc

Fix compilation with up-to-date Clang
Author: xaizek
Author date (UTC): 2014-07-22 21:10
Committer name: xaizek
Committer date (UTC): 2014-07-22 21:10
Parent(s): e4d4ee7ecedea4b4d7ef90aa36fc4e70a1fa516e
Signing key:
Tree: 1d53b20a5bc7c00b7c24e555cd94ea1cc6cb8ce3
File Lines added Lines deleted
src/unused-funcs.cpp 1 1
File src/unused-funcs.cpp changed (mode: 100644) (index b31b2be..c38d670)
... ... main(int argc, const char *argv[])
54 54 tool.setDiagnosticConsumer(&diagConsumer); tool.setDiagnosticConsumer(&diagConsumer);
55 55
56 56 Finder finder; Finder finder;
57 return tool.run(newFrontendActionFactory(&finder.getMatchFinder()));
57 return tool.run(newFrontendActionFactory(&finder.getMatchFinder()).get());
58 58 } }
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