[Mlir-commits] [llvm] [mlir] [ADT] Use a dedicated empty type for StringSet (NFC) (PR #165967)
Jakub Kuderski
llvmlistbot at llvm.org
Sat Nov 1 06:03:58 PDT 2025
================
@@ -21,6 +21,9 @@
namespace llvm {
+/// The "value type" of StringSet represented as an empty struct.
+struct StringSetTag {};
----------------
kuhar wrote:
If this is only meant for the empty state, maybe call it `EnptyStringSetTag`? Unless I misunderstood this.
https://github.com/llvm/llvm-project/pull/165967
More information about the Mlir-commits
mailing list