GMLC-TDC / cheader2json

libclang parser to dump c header info to json
2 stars 0 forks source link

Update change search to also include return type in added/changed functions #56

Open nightlark opened 8 months ago

nightlark commented 8 months ago

Searching for differences should make sure that for added functions it outputs the return type. Return type should also be a factor that is considered when determining if a function has changed (if it isn't already).