================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
