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

Add test with include containing directory part
Author: xaizek
Author date (UTC): 2014-04-09 20:41
Committer name: xaizek
Committer date (UTC): 2014-04-09 20:41
Parent(s): bc42e54cc3cb0babf262c5e68299412ec717213e
Signing key:
Tree: d80876a1d838b8a108837c6772c52c3778386055
File Lines added Lines deleted
tests/path-bad.cpp 3 0
File tests/path-bad.cpp added (mode: 100644) (index 0000000..6df7ef6)
1 #include <string>
2
3 #include "../include/path-bad.hpp"
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