rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land.
Looks good, sorry for the delay! ================ Comment at: include/clang/Basic/LangOptions.def:129 LANGOPT(SjLjExceptions , 1, 0, "setjmp-longjump exception handling") +LANGOPT(SEHExceptions , 1, 0, "structured exception handling") LANGOPT(ExternCNoUnwind , 1, 0, "Assume extern C functions don't unwind") ---------------- "Structured exception handling" is very ambiguous. I would say something like "SEH .xdata exception handling" or something to clarify. Repository: rL LLVM https://reviews.llvm.org/D39673 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits