Page MenuHomePhabricator

[libc++] Granularize <exception>
ClosedPublic

Authored by philnik on Wed, Mar 1, 11:26 AM.

Details

Reviewers
ldionne
Mordante
Group Reviewers
Restricted Project
Commits
rG43562287a816: [libc++] Granularize <exception>
Summary

This patch also updates the moved code to the new style (i.e. formatted, replaced marcos and typedefs)

Diff Detail

Event Timeline

philnik created this revision.Wed, Mar 1, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptWed, Mar 1, 11:26 AM
philnik requested review of this revision.Wed, Mar 1, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptWed, Mar 1, 11:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 501614.Wed, Mar 1, 11:50 AM

Generate files

philnik updated this revision to Diff 501618.Wed, Mar 1, 12:02 PM

Remove <exception> from the format ignorelist

ldionne accepted this revision.Thu, Mar 9, 8:45 AM
ldionne added inline comments.
libcxx/include/__exception/exception.h
25

In all headers, please keep the comments about the non-versioned namespace being used on purpose.

This revision is now accepted and ready to land.Thu, Mar 9, 8:45 AM
philnik updated this revision to Diff 504064.Fri, Mar 10, 2:16 AM
philnik marked an inline comment as done.

Address comments

philnik updated this revision to Diff 504094.Fri, Mar 10, 4:27 AM

Try to fix CI

philnik updated this revision to Diff 504137.Fri, Mar 10, 7:12 AM

Try to fix CI

philnik updated this revision to Diff 504371.Sat, Mar 11, 8:12 AM

Try to fix CI

This revision was landed with ongoing or failed builds.Sun, Mar 12, 2:19 PM
This revision was automatically updated to reflect the committed changes.