trailofbits / pasta

Peter's Amazing Syntax Tree Analyzer
Apache License 2.0
123 stars 9 forks source link

Print macro name fix #83

Closed PappasBrent closed 1 year ago

PappasBrent commented 1 year ago
PappasBrent commented 1 year ago

I think you should modify PatchedMacroTracker.cpp to keep track of the actual name. For example, you would add a Node name; field...

Should I add this field to the MacroSubstitutionImpl class or MacroNodeImpl?

pgoodman commented 1 year ago

Should I add this field to the MacroSubstitutionImpl class or MacroNodeImpl?

The former.