This is an archive of the discontinued LLVM Phabricator instance.

[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept
ClosedPublic

Authored by ldionne on Mar 1 2021, 9:10 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Restricted Project
Commits
rG5601305fb30b: [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept
Summary

We always build the libraries in a Standard mode that supports noexcept,
so there's no need to use the _NOEXCEPT macro.

Diff Detail

Event Timeline

ldionne created this revision.Mar 1 2021, 9:10 AM
ldionne requested review of this revision.Mar 1 2021, 9:10 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2021, 9:10 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project, Restricted Project.Mar 3 2021, 9:57 AM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 3 2021, 9:57 AM
This revision was automatically updated to reflect the committed changes.