Seems like we never had these, so here we go! I also did some refactoring as I was chasing a bug unrelated to this revision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Mind that I'll probably commit without the unit test, last time I learned the hard way that the AST's lifetime ends by the time we retrieve the CFG.
Comment Actions
Thanks!!
Ouch. We'll need to fix that eventually because the CFG is, by design, filled with AST pointers.