[all-commits] [llvm/llvm-project] 4cd3e4: [libc] Removed public function calls in table.h (#...
sribee8 via All-commits
all-commits at lists.llvm.org
Mon Jun 16 11:03:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cd3e41bce449a10f431a3112b6cb8d7bc1b09cf
https://github.com/llvm/llvm-project/commit/4cd3e41bce449a10f431a3112b6cb8d7bc1b09cf
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M libc/src/__support/HashTable/CMakeLists.txt
M libc/src/__support/HashTable/table.h
M libc/test/src/__support/HashTable/table_test.cpp
Log Message:
-----------
[libc] Removed public function calls in table.h (#144168)
Removed strcmp, strlen, and memset calls from table.h and replaced them
with internal functions.
---------
Co-authored-by: Sriya Pratipati <sriyap at google.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list