record which irtree-and-type generations were produced via auto-hooks; skip those when doing typeofs

This commit is contained in:
Ryan Fleury
2025-05-13 14:19:30 -07:00
parent 89e93459d7
commit e10f0489da
3 changed files with 25 additions and 1 deletions
+1
View File
@@ -2428,6 +2428,7 @@ rd_view_from_eval(RD_Cfg *parent, E_Eval eval)
rd_cfg_child_from_string_or_alloc(view, str8_lit("selected"));
{
// rjf: get expression evaluation
// TODO(rjf): we need to account for UFCS style expressions here...
E_Eval expr_eval = eval;
if(eval.expr->kind == E_ExprKind_Call && type_is_visualizer)
{