================
@@ -38,7 +38,7 @@ namespace dex {
 class Trigram {
   std::array<char, 4> Data; // Last element is length.
   // Steal some invalid bit patterns for DenseMap sentinels.
-  enum class Sentinel { Tombstone = 4, Empty = 5 };
----------------
aengelke wrote:

Empty could be 4 now?

https://github.com/llvm/llvm-project/pull/200634
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to