xaizek / gcc-plugins (License: GPLv3+) (since 2018-12-07)
Some GCC plugins (actually only one was uploaded so far, and its functionality is not unique).
Commit bf09e432b6d3fa2f7c2287d749eeed8751204a98

Fix compilation of inc-tree for GCC 5.3.0
Author: xaizek
Author date (UTC): 2016-06-03 14:25
Committer name: xaizek
Committer date (UTC): 2016-06-03 14:25
Parent(s): f8ff6072ee4846db94d59505832f5cd46f941ca5
Signing key: 99DC5E4DB05F6BE2
Tree: de82b71517e18551e975780b0cb169180bfbb57b
File Lines added Lines deleted
inc-tree/inc-tree.cpp 5 5
File inc-tree/inc-tree.cpp changed (mode: 100644) (index 63bc3e2..d90a0d1)
13 13 // You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
14 14 // along with the plugin. If not, see <http://www.gnu.org/licenses/>. // along with the plugin. If not, see <http://www.gnu.org/licenses/>.
15 15
16 #include <gcc-plugin.h>
17
18 #include <input.h>
19 #include <c-family/c-pragma.h>
20
21 16 #include <cstring> #include <cstring>
22 17
23 18 #include <iostream> #include <iostream>
24 19 #include <string> #include <string>
25 20 #include <vector> #include <vector>
26 21
22 #include <gcc-plugin.h>
23
24 #include <input.h>
25 #include <c-family/c-pragma.h>
26
27 27 #include "IncTree.hpp" #include "IncTree.hpp"
28 28
29 29 static void includeCallback(void *includeName, void *userData); static void includeCallback(void *includeName, void *userData);
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/gcc-plugins

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

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