The function name here
|
bool process_AST_node(T* x) { |
says
process_AST_node(). It is unclear from the name what it actually processes. We also do not have any comment informing about its processing.
We should probably update it to something like is_include_path_internal().
The function name here
lc/src/lc/clang_ast_to_asr.h
Line 1849 in 9c855f9
process_AST_node(). It is unclear from the name what it actually processes. We also do not have any comment informing about its processing.We should probably update it to something like
is_include_path_internal().