]> granicus.if.org Git - clang/commit
Revert r213437
authorWarren Hunt <whunt@google.com>
Fri, 25 Jul 2014 20:52:51 +0000 (20:52 +0000)
committerWarren Hunt <whunt@google.com>
Fri, 25 Jul 2014 20:52:51 +0000 (20:52 +0000)
commitc7e6bb71b98d325e47c575e57e7b67c9c3bd7e55
treee79273f24e5472b0c15182208cb8066bc0e0bcce
parent11b178d35aa745817061baeb28f022bfeb3221cb
Revert r213437
We no longer plan to use __except_hander3 and rather use custom
personality functions per __try block.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213971 91177308-0d34-0410-b5e6-96231b3b80d8
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