[PATCH] MinGW-w64 SEH on Win64 support (clang part)

Alexey Pavlov alexpux at gmail.com
Tue Sep 9 22:36:33 PDT 2014


================
Comment at: lib/Driver/ToolChains.h:753
@@ -752,2 +752,3 @@
   virtual bool isPICDefaultForced() const;
+  virtual bool UseSEHExceptions() const;
 
----------------
rnk wrote:
> This should start with a lowercase 'u' to adhere to the coding standards in our wonderfully consistent codebase.
I see that it start with uppercase 'U' for others in Toolchain.h, like "UseSjLjExceptions"

http://reviews.llvm.org/D3419






More information about the cfe-commits mailing list