Go to file
Marcin Swiderski 3ab17ad8ec Added generating destructors for temporary objects. Two cases I know of, that are not handled properly:
1. For statement: const C& c = C(0) ?: C(1) destructors generated for condition will not differ from those generated for case without prolonged lifetime of temporary,
2. There will be no destructor for constant reference member bound to temporary at the exit from constructor.

llvm-svn: 118158
2010-11-03 06:19:35 +00:00
clang Added generating destructors for temporary objects. Two cases I know of, that are not handled properly: 2010-11-03 06:19:35 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx update to use new linker option to re-export from libc++abi.dylb 2010-10-29 19:46:14 +00:00
lldb Fixed shared library unloads when the unloaded library doesn't come off 2010-11-03 04:08:06 +00:00
llvm Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536. 2010-11-03 05:14:24 +00:00