[MS-ABI] Assign SEH handler indices to __try blocks
authorWarren Hunt <whunt@google.com>
Sat, 19 Jul 2014 00:45:07 +0000 (00:45 +0000)
committerWarren Hunt <whunt@google.com>
Sat, 19 Jul 2014 00:45:07 +0000 (00:45 +0000)
commitb530bc0242901d1322d77ce24b64eda10554c35f
tree782cf0d367af07d228d51d6e278392ae571a023e
parent6971b861d7d33eb87b8cad86555a8e483499299f
[MS-ABI] Assign SEH handler indices to __try blocks
Assigns indices to try blocks. These indices will used in constructing
tables that the mscrt function __except_handler3 reads during SEH.
Testing will occur once we actually emit the tables, in a subsequent
patch.

llvm-svn: 213437
clang/include/clang/AST/Stmt.h
clang/include/clang/Sema/Scope.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/Stmt.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/Scope.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/TreeTransform.h