This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf24e58df7ddf: [clang][cli] Create accessors for exception
models in LangOptions (authored by jansvoboda11).
Changed prior to commit:
https://revie
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
This LGTM, just a whitespace request from `clang-format`.
Comment at: clang/lib/Frontend/InitPreprocessor.cpp:760-761
Builder.defineMacro("__SEH__");
- else if
jansvoboda11 created this revision.
jansvoboda11 added a reviewer: dexonsmith.
jansvoboda11 requested review of this revision.
Herald added subscribers: cfe-commits, aheejin.
Herald added a project: clang.
This abstracts away the members that are being replaced in a follow-up patch.
Repository: