Hi Aaron,
You might find useful the recent work we have done on stable identifiers for
AST:
now Stmt and Decl classes have a “getID” method,
which returns an identifier stable across different runs (at least on the same
architecture, probably not the same for different ones).
George
> On Nov 2
On Mon, Nov 26, 2018 at 2:27 PM Keane, Erich via cfe-commits
wrote:
>
> I'd be tentative to commit to any stability guarantees, particularly as the
> AST tends to change reasonably often.
Understood. This presupposes that there are stability guarantees to be
made surrounding the information prov
I'd be tentative to commit to any stability guarantees, particularly as the AST
tends to change reasonably often. That said, I can see the value of this.
Additionally, it would be preferential I suspect if we could make the standard
ast-dump just another (albeit default) "format" in whatever pl