This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Change IsSmallObject's calculation for std::any's small object buffer
ClosedPublic

Authored by CaseyCarter on Oct 9 2019, 6:49 PM.

Diff Detail

Event Timeline

CaseyCarter created this revision.Oct 9 2019, 6:49 PM
CaseyCarter marked an inline comment as done.Oct 9 2019, 6:51 PM
CaseyCarter added inline comments.
libcxx/test/support/any_helpers.h
29

I have no idea why this line is highlighted: there are no changes on this line in the diff I submitted, the line endings are plain LF, ... :shrug:

EricWF accepted this revision.Oct 10 2019, 1:39 AM
EricWF added inline comments.
libcxx/test/support/any_helpers.h
36

LGTM.

This revision is now accepted and ready to land.Oct 10 2019, 1:39 AM
This revision was automatically updated to reflect the committed changes.