]> git.proxmox.com Git - mirror_frr.git/commit
tools/gcc-plugins: frr-format
authorDavid Lamparter <equinox@diac24.net>
Mon, 29 Jul 2019 20:43:09 +0000 (22:43 +0200)
committerDavid Lamparter <equinox@diac24.net>
Sun, 29 Mar 2020 08:45:46 +0000 (10:45 +0200)
commit7ff912069825c0d93ceed8a305f839170d3acca7
tree876731b1cacb3da29d9a3837fdd7bd294342e94d
parent37f0e5fecc65112e90eeaf1406ebf79d13ffe171
tools/gcc-plugins: frr-format

This provides the first reasonably-working version of the frr-format GCC
plugin.  I've only tested it with gcc 9.3.0.

Signed-off-by: David Lamparter <equinox@diac24.net>
16 files changed:
tools/gcc-plugins/.gitignore [new file with mode: 0644]
tools/gcc-plugins/COPYING.GPLv3 [new file with mode: 0644]
tools/gcc-plugins/Makefile [new file with mode: 0644]
tools/gcc-plugins/README.md [new file with mode: 0644]
tools/gcc-plugins/c-format.c [deleted file]
tools/gcc-plugins/c-format.h [deleted file]
tools/gcc-plugins/debian/changelog [new file with mode: 0644]
tools/gcc-plugins/debian/compat [new file with mode: 0644]
tools/gcc-plugins/debian/control [new file with mode: 0644]
tools/gcc-plugins/debian/copyright [new file with mode: 0644]
tools/gcc-plugins/debian/rules [new file with mode: 0755]
tools/gcc-plugins/debian/source/format [new file with mode: 0644]
tools/gcc-plugins/frr-format.c [new file with mode: 0644]
tools/gcc-plugins/frr-format.h [new file with mode: 0644]
tools/gcc-plugins/gcc-common.h
tools/gcc-plugins/gcc-retain-typeinfo.patch [new file with mode: 0644]