xaizek / for-postfix (License: GPLv2+) (since 2018-12-07)
Clang-based standalone tool that detects for-loops with postfix operators.
Commit 86d601ce9e7334a2295f0194d87124628e0cb38f

Enable extended version of standard help messages
Author: xaizek
Author date (UTC): 2014-03-23 20:30
Committer name: xaizek
Committer date (UTC): 2014-03-23 20:30
Parent(s): 8e216e89e0a24648f1dec92454c2fe555fc868d2
Signing key:
Tree: 901878ce4baa84002e3280145e979e2cec528efb
File Lines added Lines deleted
for-postfix.cpp 2 0
File for-postfix.cpp changed (mode: 100644) (index bf4caa9..e3496df)
... ... using namespace clang::tooling;
10 10
11 11 static llvm::cl::OptionCategory toolCategory("for-postfix options"); static llvm::cl::OptionCategory toolCategory("for-postfix options");
12 12
13 static llvm::cl::extrahelp commonHelp(CommonOptionsParser::HelpMessage);
14
13 15 int int
14 16 main(int argc, const char *argv[]) main(int argc, const char *argv[])
15 17 { {
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/for-postfix

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

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