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 f91e8d5 commit 6f35a6aCopy full SHA for 6f35a6a
llvm/include/llvm/ADT/PointerUnion.h
@@ -88,9 +88,6 @@ namespace pointer_union_detail {
88
};
89
}
90
91
-// This is a forward declaration of CastInfoPointerUnionImpl
92
-// Refer to its definition below for further details
93
-template <typename... PTs> struct CastInfoPointerUnionImpl;
94
/// A discriminated union of two or more pointer types, with the discriminator
95
/// in the low bit of the pointer.
96
///
0 commit comments