Skip to content

Commit c9f4e5e

Browse files
committed
DEV: Print file_path
1 parent e2e9981 commit c9f4e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lc/clang_ast_to_asr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
905905
}
906906
}
907907

908+
std::cout<<"file_path: "<<file_path<<std::endl;
908909
return true;
909910
}
910911

0 commit comments

Comments
 (0)