This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Mark std::pmr virtual functions as _LIBCPP_HIDE_FROM_ABI_VIRTUAL
ClosedPublic

Authored by philnik on Jan 16 2023, 10:27 AM.

Diff Detail

Event Timeline

philnik created this revision.Jan 16 2023, 10:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 10:27 AM
philnik requested review of this revision.Jan 16 2023, 10:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 10:27 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Do you know why the clang-query test isn't catching those?

ldionne accepted this revision.Jan 17 2023, 6:47 AM
This revision is now accepted and ready to land.Jan 17 2023, 6:47 AM
Mordante accepted this revision.Jan 17 2023, 8:27 AM

Do you know why the clang-query test isn't catching those?

I was wondering the same in the original patch.

LGTM, thanks!

Do you know why the clang-query test isn't catching those?

I',m not sure. But clang-tidy is catching this, so I guess it's got something to do with how clang is invoked from clang-query.

This revision was landed with ongoing or failed builds.Jan 17 2023, 1:08 PM
This revision was automatically updated to reflect the committed changes.