Skip to content

Commit

Permalink
DEV: Set interpret_init_list_expr_as_list to false
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 8, 2024
1 parent a2b0400 commit 13505c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lc/clang_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
assignment_target{nullptr}, print_args{nullptr},
is_all_called{false}, is_range_called{false},
current_switch_case{nullptr}, default_stmt{nullptr},
enable_fall_through{false} {}
interpret_init_list_expr_as_list{false}, enable_fall_through{false} {}

template <typename T>
Location Lloc(T *x) {
Expand Down

0 comments on commit 13505c8

Please sign in to comment.