]> git.puffer.fish Git - matthieu/frr.git/commit
python: add tool to expand typesafe definitions
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 29 Apr 2024 15:28:55 +0000 (17:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 29 Apr 2024 15:37:49 +0000 (17:37 +0200)
commit1badd1941b5392462f47975608a46c77454e1869
tree34c0e79706946d0c3987b25ae5bee56017292aed
parent65c2593a12dcd2688e2d83eba6a39c0df519c4b1
python: add tool to expand typesafe definitions

This can be used to get less cryptic error/warnings from GCC when
dealing with something typesafe container related.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
.gitignore
lib/atomlist.h
lib/typerb.h
lib/typesafe.h
python/tsexpand.py [new file with mode: 0644]