This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] Create accessors for exception models in LangOptions
ClosedPublic

Authored by jansvoboda11 on Dec 14 2020, 7:09 AM.

Details

Summary

This abstracts away the members that are being replaced in a follow-up patch.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Dec 14 2020, 7:09 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2020, 7:09 AM
dexonsmith accepted this revision.Dec 14 2020, 10:31 AM

This LGTM, just a whitespace request from clang-format.

clang/lib/Frontend/InitPreprocessor.cpp
759–761

clang-format wants you to update this line.

This revision is now accepted and ready to land.Dec 14 2020, 10:31 AM
jansvoboda11 edited the summary of this revision. (Show Details)Dec 15 2020, 1:15 AM
This revision was landed with ongoing or failed builds.Dec 15 2020, 1:16 AM
This revision was automatically updated to reflect the committed changes.