object-introspection/oi/type_graph
Alastair Robertson 6ca846232c RemoveIgnored: Recurse into params,parents,members,children of Classes
Previously this code would not have removed all members which it was
supposed to.

Also remove some now-redundant code from TypeIdentifier. RemoveIgnored
will take over the responsibility of removing members from classes.
2023-07-24 15:02:20 +01:00
..
AddChildren.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddChildren.h AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddPadding.cpp AddPadding: Pad unions when necessary 2023-07-18 17:45:46 +01:00
AddPadding.h AddPadding: Pad classes with zero members 2023-07-18 17:45:46 +01:00
AlignmentCalc.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
AlignmentCalc.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
CMakeLists.txt TypeGraph: Make Primitive types singletons 2023-07-05 16:06:57 +01:00
DrgnParser.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
DrgnParser.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
Flattener.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
Flattener.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
NameGen.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NameGen.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NodeTracker.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
PassManager.cpp Printer: Improvements for displaying large type graphs 2023-06-23 15:55:42 +01:00
PassManager.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
Printer.cpp Flattener: Pull up children of children 2023-07-10 16:40:29 +01:00
Printer.h Flattener: Attempt to take params from parent allocator in case of bad DWARF 2023-06-27 14:06:02 +01:00
RemoveIgnored.cpp RemoveIgnored: Recurse into params,parents,members,children of Classes 2023-07-24 15:02:20 +01:00
RemoveIgnored.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
RemoveTopLevelPointer.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
RemoveTopLevelPointer.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
TopoSorter.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TopoSorter.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TypeGraph.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
TypeGraph.h type_graph: deduplicate has_node_id 2023-07-14 16:03:56 +01:00
TypeIdentifier.cpp RemoveIgnored: Recurse into params,parents,members,children of Classes 2023-07-24 15:02:20 +01:00
TypeIdentifier.h RemoveIgnored: Recurse into params,parents,members,children of Classes 2023-07-24 15:02:20 +01:00
Types.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
Types.h type_graph: deduplicate has_node_id 2023-07-14 16:03:56 +01:00
Visitor.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00