[PATCH] Assign SEH handler indices to __try blocks

Warren Hunt whunt at google.com
Fri Jul 18 15:15:09 PDT 2014


Hi majnemer,

Assigns indices to __try blocks.  These indices will used in constructing tables that the mscrt function __except_handler3 reads during SEH.

http://reviews.llvm.org/D4593

Files:
  include/clang/AST/Stmt.h
  include/clang/Sema/Scope.h
  include/clang/Sema/Sema.h
  lib/AST/Stmt.cpp
  lib/Parse/ParseStmt.cpp
  lib/Sema/Scope.cpp
  lib/Sema/SemaStmt.cpp
  lib/Sema/TreeTransform.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4593.11674.patch
Type: text/x-patch
Size: 11944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140718/3d1821c1/attachment.bin>


More information about the cfe-commits mailing list