Skip to content

Commit

Permalink
local statics: handle abstract casts before
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Aug 31, 2023
1 parent d033a09 commit aeb2ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typing/macroContext.ml
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ and flush_macro_context mint mctx =
mctx.com.Common.modules <- modules;
(* we should maybe ensure that all filters in Main are applied. Not urgent atm *)
let expr_filters = [
"local_statics",Filters.LocalStatic.run mctx;
"handle_abstract_casts",AbstractCast.handle_abstract_casts mctx;
"local_statics",Filters.LocalStatic.run mctx;
"Exceptions",Exceptions.filter mctx;
"captured_vars",CapturedVars.captured_vars mctx.com;
] in
Expand Down

0 comments on commit aeb2ff5

Please sign in to comment.