]> granicus.if.org Git - clang/commit
Revert r228258.
authorNico Weber <nicolasweber@gmx.de>
Thu, 5 Feb 2015 02:08:50 +0000 (02:08 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 5 Feb 2015 02:08:50 +0000 (02:08 +0000)
commiteb90c50caad3534dde4f709ec833a07f29ae97e4
tree7f6b63e5c7510324610ceb86f9be025486d100ce
parentba8485e991e4572c6da6e939add152d96afe285f
Revert r228258.

It caused a chromium base unittest that tests throwing and catching SEH
exceptions to fail (http://crbug.com/455488) and I suspect it might also
be the cause of the chromium clang win 64-bit shared release builder timing
out during compiles.  So revert to see if that's true.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228262 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGException.cpp
lib/Sema/SemaStmt.cpp
test/CodeGenCXX/exceptions-seh.cpp [deleted file]
test/SemaCXX/exceptions-seh.cpp