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 6540409d65f1d672f1445508253b408b10ca7dd2

include indirectly included header
Author: Raphael Knaus
Author date (UTC): 2018-01-14 17:26
Committer name: Raphael Knaus
Committer date (UTC): 2018-01-15 21:07
Parent(s): 2ade60f0a5bf11a27da09217949e605a58820914
Signing key:
Tree: 45d061421caa843e3a6ed33390e8c0a7242681db
File Lines added Lines deleted
src/unused-funcs.cpp 1 0
File src/unused-funcs.cpp changed (mode: 100644) (index 51addf9..5818833)
20 20
21 21 #include <clang/ASTMatchers/ASTMatchFinder.h> #include <clang/ASTMatchers/ASTMatchFinder.h>
22 22 #include <clang/Basic/Diagnostic.h> #include <clang/Basic/Diagnostic.h>
23 #include <clang/Frontend/FrontendActions.h>
23 24 #include <clang/Tooling/CommonOptionsParser.h> #include <clang/Tooling/CommonOptionsParser.h>
24 25 #include <clang/Tooling/Tooling.h> #include <clang/Tooling/Tooling.h>
25 26 #include <llvm/Support/CommandLine.h> #include <llvm/Support/CommandLine.h>
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