]> granicus.if.org Git - clang/commit
Re-land r236052, the linker errors were fixed by LLVM r236123
authorReid Kleckner <reid@kleckner.net>
Wed, 29 Apr 2015 17:17:17 +0000 (17:17 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 29 Apr 2015 17:17:17 +0000 (17:17 +0000)
commitb7183ef952d4ad344291fa156d70253ceeefa7b4
tree2778eca57608117ac1cd4603e72509edcdf54b91
parent3d58a85fdd0894bc04b1167c7fef037fda1ac4fc
Re-land r236052, the linker errors were fixed by LLVM r236123

Basic __finally blocks don't cause linker errors anymore (although they
are miscompiled).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236128 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TargetInfo.h
lib/CodeGen/CGException.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaStmt.cpp
test/CodeGen/exceptions-seh-finally.c
test/CodeGen/exceptions-seh.c