appleseedlab / maki

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

Add property `IsDefinedAtGlobalScope` to macro definitions #39

Closed PappasBrent closed 2 months ago

PappasBrent commented 2 months ago

Adds the property IsDefinedAtGlobalScope to macro definitions so consumers of Maki can tell if a macro definition can be safely replaced with a global C language construct.

Closes #38