This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] NFC: See if existing C++ tests work with custom operator new().
ClosedPublic

Authored by NoQ on Jan 17 2018, 5:29 PM.

Details

Summary

In order to provide more test coverage for inlined operator new(), i propose we add more run-lines to existing test cases, which would trigger our fake header to provide a body for operator new(). Most of the code should still behave reasonably. When behavior intentionally changes, #ifs are provided.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ created this revision.Jan 17 2018, 5:29 PM
This revision is now accepted and ready to land.Jan 22 2018, 11:06 AM
This revision was automatically updated to reflect the committed changes.