You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose APIs for getting at variables and their initializers, and start adding a test suite for the plugin API
- Add gcc.Variable class, and gcc.get_variables()
- Add 'initial' property to gcc.VarDecl
- Add 'elements' property to gcc.Constructor
- Start adding a test suite for the plugin API: compile c source whilst running
Python code, and checking the output is expected.
- Add a test case to exercise the Python API for looking up initialization of
arrays of structures.
0 commit comments