Peter Goodman

Results 343 comments of Peter Goodman

`direct_callee` can't always return a function decl, because you might have an indirect call, so you'd always need to have `->name()`, and even for that, check if it's a direct...

I think more could be introduced, e.g. `FunctionDeclRefExpr`. Also, we'd want to make the bootstrapper actually record how names map to storage locations, so then we should have a derived...

I think breaking out binary and unary operators could be nifty, e.g. `AssignExpr`.