We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9981 commit 80d45bfCopy full SHA for 80d45bf
src/lc/clang_ast_to_asr.h
@@ -898,6 +898,9 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
898
"include/__stddef_max_align_t.h",
899
"usr/include",
900
"mambaforge/envs",
901
+ "lib/gcc",
902
+ "lib/clang",
903
+ "micromamba-root/envs"
904
};
905
for( std::string& path: include_paths ) {
906
if( file_path.find(path) != std::string::npos ) {
0 commit comments