[PATCH] D121848: [scudo] Remove unused header includes and fix declarations
Dominic Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 14:06:02 PDT 2022
ddcc created this revision.
ddcc added reviewers: vitalybuka, eugenis, cryptoad, mcgrathr, hctim.
Herald added a project: All.
ddcc requested review of this revision.
Herald added a project: Sanitizers.
Add missing function declarations, correct the type of an existin declaration, and remove includes for string.h already present in common.h or other unused.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121848
Files:
compiler-rt/lib/scudo/standalone/checksum.cpp
compiler-rt/lib/scudo/standalone/common.h
compiler-rt/lib/scudo/standalone/flags_parser.cpp
compiler-rt/lib/scudo/standalone/mutex.h
compiler-rt/lib/scudo/standalone/secondary.h
compiler-rt/lib/scudo/standalone/string_utils.cpp
compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
compiler-rt/lib/scudo/standalone/tests/map_test.cpp
compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp
compiler-rt/lib/scudo/standalone/tests/release_test.cpp
compiler-rt/lib/scudo/standalone/vector.h
compiler-rt/lib/scudo/standalone/wrappers_c.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121848.415970.patch
Type: text/x-patch
Size: 5197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/7a170328/attachment.bin>
More information about the llvm-commits
mailing list