This is an archive of the discontinued LLVM Phabricator instance.

gn build: Silence mismatched-new-delete warning in scudo C++ wrapper tests.
ClosedPublic

Authored by pcc on Dec 20 2019, 1:18 PM.

Details

Summary

These tests are deliberately mismatching new and delete, so the warnings
are just noise.

Diff Detail

Event Timeline

pcc created this revision.Dec 20 2019, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2019, 1:18 PM

Unit tests: pass. 61074 tests passed, 0 failed and 728 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

thakis accepted this revision.Dec 20 2019, 4:49 PM
This revision is now accepted and ready to land.Dec 20 2019, 4:49 PM
This revision was automatically updated to reflect the committed changes.