xaizek / self-inc-first (License: GPLv2+) (since 2018-12-07)
Clang-based standalone tool that checks for first included file being self include.
Commit bc42e54cc3cb0babf262c5e68299412ec717213e

Remove useless test files
We don't need headers to exists to test the tool.
Author: xaizek
Author date (UTC): 2014-04-09 20:41
Committer name: xaizek
Committer date (UTC): 2014-04-09 20:41
Parent(s): 7c3bbed5d3902a74711ee229886d9d9d3ffbd253
Signing key:
Tree: ade5df91873653e662198e8157c44437feb36778
File Lines added Lines deleted
tests/bad.h 0 0
tests/bad.hpp 0 0
tests/good.h 0 0
tests/good.hpp 0 0
File tests/bad.h deleted (index e69de29..0000000)
File tests/bad.hpp deleted (index e69de29..0000000)
File tests/good.h deleted (index e69de29..0000000)
File tests/good.hpp deleted (index e69de29..0000000)
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/self-inc-first

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

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