Make node types `struct` instead of `class`

This emphasises that the node types contain no hidden or mutable
state.

PiperOrigin-RevId: 456082057
Change-Id: Ia2ed03d99feac08f97759a8065b92d83d6806dca
2 files changed
tree: a038c8dad6c52f509c19010a85915e02946daa03
  1. doc/
  2. fuzz/
  3. abigail_reader.cc
  4. abigail_reader.h
  5. btf_reader.cc
  6. btf_reader.h
  7. btfinfo.cc
  8. CONTRIBUTING.md
  9. crc.h
  10. error.h
  11. error_test.cc
  12. id.h
  13. LICENSE
  14. METADATA
  15. MODULE_LICENSE_LLVM
  16. order.h
  17. order_test.cc
  18. OWNERS
  19. README.md
  20. reporting.cc
  21. reporting.h
  22. scc.h
  23. scc_test.cc
  24. stg.cc
  25. stg.h
  26. stgdiff.cc
README.md

Symbol-Type Graph (STG)

The STG (symbol-type graph) is an ABI representation and this project contains tools for the creation and comparison of such representations. At present parsers exist for libabigail's ABI XML (C types only) and BTF. The ABI diff tool, stgdiff, supports multiple reporting options. This software currently depends on libabigail for ELF symbol functionality, on libxml2 for XML parsing and on Linux UAPI headers for BTF types.

How to build the project

TBD

Contributions

See CONTRIBUTING.md for details.