This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizer][NFC] Rearranged prototype definitions in lsan_common.h to group them by implementation file.
ClosedPublic

Authored by kstoimenov on Nov 18 2022, 3:51 PM.

Diff Detail

Event Timeline

kstoimenov created this revision.Nov 18 2022, 3:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 3:51 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kstoimenov requested review of this revision.Nov 18 2022, 3:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 3:51 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov retitled this revision from [Sanitizer][NFC] Rearanged prototype definitions in lsan_common.h to group them by implementation file. to [Sanitizer][NFC] Rearranged prototype definitions in lsan_common.h to group them by implementation file..

Ran clang-format.

vitalybuka accepted this revision.Nov 21 2022, 4:59 PM
vitalybuka added inline comments.
compiler-rt/lib/lsan/lsan_common.h
148–151
This revision is now accepted and ready to land.Nov 21 2022, 4:59 PM

Removed extra namespace.

kstoimenov marked an inline comment as done.Nov 22 2022, 8:49 AM
This revision was landed with ongoing or failed builds.Nov 22 2022, 9:24 AM
This revision was automatically updated to reflect the committed changes.