Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09efe84

Browse files
authoredApr 6, 2024
[libc][NFC] Rename UInt.h to big_int.h and UInt128.h to uint128.h for consistency (#87808)
1 parent a522dbb commit 09efe84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+68
-68
lines changed
 

‎libc/fuzzing/__support/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ add_libc_fuzzer(
33
SRCS
44
uint_fuzz.cpp
55
DEPENDS
6-
libc.src.__support.uint
6+
libc.src.__support.big_int
77
)

‎libc/fuzzing/__support/uint_fuzz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "src/__support/CPP/bit.h"
2-
#include "src/__support/UInt.h"
2+
#include "src/__support/big_int.h"
33
#include "src/string/memory_utils/inline_memcpy.h"
44

55
using namespace LIBC_NAMESPACE;

0 commit comments

Comments
 (0)
Please sign in to comment.