We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b0400 commit 13505c8Copy full SHA for 13505c8
src/lc/clang_ast_to_asr.cpp
@@ -173,7 +173,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
173
assignment_target{nullptr}, print_args{nullptr},
174
is_all_called{false}, is_range_called{false},
175
current_switch_case{nullptr}, default_stmt{nullptr},
176
- enable_fall_through{false} {}
+ interpret_init_list_expr_as_list{false}, enable_fall_through{false} {}
177
178
template <typename T>
179
Location Lloc(T *x) {
0 commit comments