• Brenden Blanco's avatar
    Improve json type support for misc struct/union types · fe88e5a2
    Brenden Blanco authored
    The ability of the clang rewriter to extract the type information for
    some types of structs, unions, and pointers to the aforementioned was
    somewhat buggy. This became exposed in a test_clang case after a user
    upgraded to a newer kernel, wherein the struct definition changed. The
    functionality in question is only used to pass json-ified representation
    of the struct to python in order to program the Key/Leaf metaclass.
    
    Improve support for this and other types, including unions.
    Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
    fe88e5a2
b_frontend_action.h 4.88 KB