Go to file
David Majnemer 7e75550fa1 Sema: Don't crash when __try/__except/__finally appears in a template function
We wouldn't transform the compound statement in any of these forms,
causing crashes when it got time to act on them.  Additionally, we
wouldn't check to see if the handler was invalid before deciding whether
or not we should continue acting on the __try.

This fixes PR17584.

llvm-svn: 192682
2013-10-15 09:30:14 +00:00
clang Sema: Don't crash when __try/__except/__finally appears in a template function 2013-10-15 09:30:14 +00:00
clang-tools-extra Reverted Test commit; added new line to the end of README.txt 2013-10-12 20:43:36 +00:00
compiler-rt [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac 2013-10-15 07:54:27 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Bug 17569: add namespaces to work with gcc-4.7 2013-10-14 21:24:48 +00:00
lldb <rdar://problem/14972424> 2013-10-15 00:14:28 +00:00
llvm [SystemZ] Use A(G)SI when spilling the target of a constant addition 2013-10-15 08:42:59 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly This test case requires assertions 2013-10-12 09:15:56 +00:00