This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] Squash exception model in LangOptions into one member
ClosedPublic

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

Details

Summary

This squashes multiple members in LangOptions into one. This is leveraged in a follow-up patch that implements marshalling of related command-line options.

Depends on D93214.

Diff Detail