xaizek / for-postfix (License: GPLv2+) (since 2018-12-07)
Clang-based standalone tool that detects for-loops with postfix operators.
Subject SHA-1 Author Date
Fix compilation with up-to-date clang 3fa4c7082fc7dd52969598c994d76941227b6034 xaizek 2014-07-22 21:10:18
Add GPLv2 license bcf64ebab756553baea9fb641738db0da451b113 xaizek 2014-03-26 17:29:41
Add README file 8c57f199accdd1cc950163197fe7349f6cc29f61 xaizek 2014-03-24 20:34:14
Add some test files 79ec411233a634f6f3ed2cbc4248224f17e02c3c xaizek 2014-03-24 20:10:54
Print out found issues in parseable format 40b769b50b74a0e3c0d8dd1a279d005a051dbc36 xaizek 2014-03-24 19:52:10
Add matcher for overloaded operators f2bd84a633c0a7dfbda7f33e3c9596191f4f8bc1 xaizek 2014-03-24 19:19:13
Match both increment and decrement operators 5204d56b9f0c584364d4fec343960e04f718d34f xaizek 2014-03-23 22:05:07
Filter out prefix unary operators 26acb3f484a316312494712f7bb7b38f927c27b4 xaizek 2014-03-23 21:58:04
Match and dump increment operator ea54ae2283a420605364476af59446a4dc82822f xaizek 2014-03-23 21:55:18
Enable extended version of standard help messages 86d601ce9e7334a2295f0194d87124628e0cb38f xaizek 2014-03-23 20:30:16
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