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 89751b1 commit 49dcfc7Copy full SHA for 49dcfc7
src/ir/struct-utils.h
@@ -415,6 +415,8 @@ template<typename T> class TypeHierarchyPropagator {
415
}
416
417
private:
418
+ // `includeExact` is whether to propagate to exact subtypes only because there
419
+ // are no exact supertypes.
420
void propagate(StructValuesMap<T>& combinedInfos,
421
bool toSubTypes,
422
bool toSuperTypes,
0 commit comments