[PATCH] D15843: [ADT] Add a sum type abstraction for pointer-like types.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 10 00:33:01 PST 2016


chandlerc marked an inline comment as done.

================
Comment at: include/llvm/ADT/PointerSumType.h:176
@@ +175,3 @@
+
+// Teach DenseMap how to use PointerUnions as keys.
+template <typename TagT, typename... MemberTs>
----------------
craig.topper wrote:
> Should this say PointerSumType instead of PointerUnion?
Yep, good catch, will fix before i land it.


http://reviews.llvm.org/D15843





More information about the llvm-commits mailing list