Skip to content

Commit 13505c8

Browse files
committed
DEV: Set interpret_init_list_expr_as_list to false
1 parent a2b0400 commit 13505c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lc/clang_ast_to_asr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
173173
assignment_target{nullptr}, print_args{nullptr},
174174
is_all_called{false}, is_range_called{false},
175175
current_switch_case{nullptr}, default_stmt{nullptr},
176-
enable_fall_through{false} {}
176+
interpret_init_list_expr_as_list{false}, enable_fall_through{false} {}
177177

178178
template <typename T>
179179
Location Lloc(T *x) {

0 commit comments

Comments
 (0)