appleseedlab / maki

A tool for analyzing syntactic and semantic properties of C Preprocessor macros in C programs
9 stars 3 forks source link

Unify format output to be completely JSON #8

Closed PappasBrent closed 5 months ago

PappasBrent commented 5 months ago

Clang plugin output is currently a mix of TSV and a JSON object for each invocation.

Fix by making one array of JSON objects containing a kind (i.e Definition, Invocation) and all the associated properties after.

Addresses #5