[PATCH] [SEH] Implement filter capturing in CodeGen

David Majnemer david.majnemer at gmail.com
Mon Apr 6 15:17:29 PDT 2015


LGTM.


================
Comment at: lib/CodeGen/CGException.cpp:95-97
@@ -91,1 +94,5 @@
+    llvm::Type *getExceptionValueType(CodeGenModule &CGM) const {
+      if (this == &MSVC_except_handler || this == &MSVC_C_specific_handler)
+        return CGM.Int32Ty;
+      return CGM.Int8PtrTy;
     }
----------------
Does this deserve a comment or have we documented this somewhere else?

http://reviews.llvm.org/D8825

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list