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