File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ // ===-- hashtable_fuzz.cpp ------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+ // /
9
+ // / Fuzzing test for llvm-libc hashtable implementations.
10
+ // /
11
+ // ===----------------------------------------------------------------------===//
1
12
#include " src/__support/CPP/new.h"
2
13
#include " src/__support/CPP/optional.h"
3
14
#include " src/__support/HashTable/table.h"
Original file line number Diff line number Diff line change
1
+ // ===-- uint_fuzz.cpp -----------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+ // /
9
+ // / Fuzzing test for llvm-libc unsigned integer utilities.
10
+ // /
11
+ // ===----------------------------------------------------------------------===//
1
12
#include " src/__support/CPP/bit.h"
2
13
#include " src/__support/big_int.h"
3
14
#include " src/string/memory_utils/inline_memcpy.h"
You can’t perform that action at this time.
0 commit comments