This is an archive of the discontinued LLVM Phabricator instance.

[ASan][test] Fix mismatched-new-delete in asan test unaligned_loads_and_stores.cpp
ClosedPublic

Authored by Enna1 on Apr 22 2022, 8:21 AM.

Details

Summary

Fix mismatched-new-delete in asan test unaligned_loads_and_stores.cpp

Diff Detail

Event Timeline

Enna1 created this revision.Apr 22 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 8:21 AM
Enna1 requested review of this revision.Apr 22 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 8:21 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Enna1 retitled this revision from [ASan][NFC] Fix mismatched-new-delete in asan test to [ASan][NFC] Fix mismatched-new-delete in asan test unaligned_loads_and_stores.cpp.
vitalybuka accepted this revision.Apr 22 2022, 11:11 AM
This revision is now accepted and ready to land.Apr 22 2022, 11:11 AM
MaskRay accepted this revision.Apr 22 2022, 3:56 PM
MaskRay retitled this revision from [ASan][NFC] Fix mismatched-new-delete in asan test unaligned_loads_and_stores.cpp to [ASan][test] Fix mismatched-new-delete in asan test unaligned_loads_and_stores.cpp.
MaskRay added a subscriber: MaskRay.

For pure test updates, it's more common to use [test] instead of [NFC].

Enna1 added a comment.Apr 22 2022, 5:52 PM

For pure test updates, it's more common to use [test] instead of [NFC].

Get it. Thanks ! :)