This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix static and unused function type annotations
ClosedPublic

Authored by ddcc on Mar 16 2022, 2:11 PM.

Diff Detail

Event Timeline

ddcc created this revision.Mar 16 2022, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 2:11 PM
ddcc requested review of this revision.Mar 16 2022, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 2:11 PM
vitalybuka added inline comments.Mar 16 2022, 5:22 PM
compiler-rt/lib/scudo/standalone/size_class_map.h
348
compiler-rt/lib/scudo/standalone/tests/checksum_test.cpp
35

it's inline as it's template, so why do we need static?

ddcc updated this revision to Diff 416242.Mar 17 2022, 10:35 AM
ddcc marked an inline comment as done.

Remove unneeded static

vitalybuka accepted this revision.Mar 17 2022, 12:25 PM
This revision is now accepted and ready to land.Mar 17 2022, 12:25 PM
This revision was automatically updated to reflect the committed changes.