[PATCH] SEH exceptions on Win64 (clang part)
Reid Kleckner
rnk at google.com
Tue Sep 9 20:30:31 PDT 2014
>>! In D3419#5, @Alexpux wrote:
> How change create new revision here?
This change seems fine. If someone can rebase it and commit it that would be great.
================
Comment at: lib/Driver/ToolChains.h:753
@@ -752,2 +752,3 @@
virtual bool isPICDefaultForced() const;
+ virtual bool UseSEHExceptions() const;
----------------
This should start with a lowercase 'u' to adhere to the coding standards in our wonderfully consistent codebase.
http://reviews.llvm.org/D3419
More information about the cfe-commits
mailing list