summaryrefslogtreecommitdiff
path: root/tools/frr-llvm-debuginfo.cpp
AgeCommit message (Collapse)Author
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
The files converted in this commit either had some random misspelling or formatting weirdness that made them escape automated replacement, or have a particularly "weird" licensing setup (e.g. dual-licensed.) This also marks a bunch of "public domain" files as SPDX License "NONE". Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2021-04-07tools: grok struct member calls in frr-llvm-cgDavid Lamparter
Calling a function pointer embedded in a struct is quite common & having this listed in the call graph is useful. Signed-off-by: David Lamparter <equinox@diac24.net>