xaizek / unused-funcs (License: GPLv2+) (since 2018-12-07)
Clang-based standalone tool that detects unused external functions in a set of source files.
Subject SHA-1 Author Date
Note that code has been updated and link original 908da5db24ccb75d2d94eafac9e5ca457edcd1d3 xaizek 2018-01-16 10:54:41
clang-format code 5115d2e5efb682f6a7471ff0c0d11ab11c296e79 Raphael Knaus 2018-01-15 22:04:20
clean up method parameters c1219b8781cf59e78bd5f0222e3d24001095913e Raphael Knaus 2018-01-15 21:00:12
improve code formatting ce605202319bd868f79712915ff23205aa05e624 Raphael Knaus 2018-01-15 20:55:22
initialize member in-class 851c7695a7adc62a5dbb0db7dffe4bff1b9388b9 Raphael Knaus 2018-01-15 20:53:04
include indirectly included header 6540409d65f1d672f1445508253b408b10ca7dd2 Raphael Knaus 2018-01-14 17:26:50
replace std stream by LLVM stream 2ade60f0a5bf11a27da09217949e605a58820914 Raphael Knaus 2018-01-14 17:26:06
modernize code 1da596c1a79d66e9031413e0c8d4875a59699c6e Raphael Knaus 2018-01-12 22:22:04
Fix compilation with up-to-date Clang b6612602883413560479653fe053a84f19a7edcc xaizek 2014-07-22 21:10:56
Fix includes in Finder.hpp e4d4ee7ecedea4b4d7ef90aa36fc4e70a1fa516e xaizek 2014-04-06 20:43:21
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