Skip to content

Conversation

@SchrodingerZhu
Copy link
Contributor

It is not fix-sized anymore.

@llvmbot llvmbot added the libc label Jan 24, 2024
@llvmbot
Copy link
Member

llvmbot commented Jan 24, 2024

@llvm/pr-subscribers-libc

Author: Schrodinger ZHU Yifan (SchrodingerZhu)

Changes

It is not fix-sized anymore.


Full diff: https://github.com/llvm/llvm-project/pull/79354.diff

1 Files Affected:

  • (modified) libc/src/__support/HashTable/table.h (+1-1)
diff --git a/libc/src/__support/HashTable/table.h b/libc/src/__support/HashTable/table.h
index 288829b1cac977..5b4697e5245b6d 100644
--- a/libc/src/__support/HashTable/table.h
+++ b/libc/src/__support/HashTable/table.h
@@ -1,4 +1,4 @@
-//===-- Fix-sized Monotonic HashTable ---------------------------*- C++ -*-===//
+//===-- Resizable Monotonic HashTable ---------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

@SchrodingerZhu SchrodingerZhu merged commit 22c22d6 into llvm:main Jan 24, 2024
@SchrodingerZhu SchrodingerZhu deleted the libc/hashtable-head branch January 24, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants