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 d32843b commit 6a0de34Copy full SHA for 6a0de34
src/clangsa/GCChecker.cpp
@@ -847,7 +847,8 @@ bool GCChecker::isGCTrackedType(QualType QT) {
847
Name.ends_with_insensitive("jl_vararg_t") ||
848
Name.ends_with_insensitive("jl_opaque_closure_t") ||
849
Name.ends_with_insensitive("jl_globalref_t") ||
850
- // Probably not technically true for these, but let's allow it
+ // Probably not technically true for these, but let's allow it as a root
851
+ Name.ends_with_insensitive("jl_ircode_state") ||
852
Name.ends_with_insensitive("typemap_intersection_env") ||
853
Name.ends_with_insensitive("interpreter_state") ||
854
Name.ends_with_insensitive("jl_typeenv_t") ||
0 commit comments