|
@@ -474,6 +474,7 @@ and flush_macro_context mint ctx =
|
|
|
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;
|
|
|
"VarLazifier",VarLazifier.apply mctx.com;
|
|
|
"handle_abstract_casts",AbstractCast.handle_abstract_casts mctx;
|
|
|
"Exceptions",Exceptions.filter mctx;
|