Go to file
Douglas Gregor 6fa6942dda When we have an Objective-C object with non-trivial lifetime in a
structor class under ARC, that struct/class does not have a trivial
move constructor or move assignment operator. Fixes the rest of
<rdar://problem/11738725>.

llvm-svn: 160615
2012-07-23 04:23:39 +00:00
clang When we have an Objective-C object with non-trivial lifetime in a 2012-07-23 04:23:39 +00:00
compiler-rt [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318.html#2067 . This is the only actionable change that has been made to the C++ draft since C++11. In general it has not been decided exactly how libc++ will track changes made to C++11. New features and design changes will probably be #ifdef'd, especially if they are not backwards compatible. Defects and 'dumb mistakes' are more likely to just be put in. Decisions on telling one from the other will be made on a case by case basis. 2012-07-21 19:34:12 +00:00
libcxxabi add a link to the libc++ website 2012-07-20 17:21:42 +00:00
lld Added description of Atom types from Nick's email 2012-07-18 23:20:40 +00:00
lldb Added a fix that allows newly-constructed objects 2012-07-21 02:02:15 +00:00
llvm Move the initialization of the bounds checking pass. The pass itself 2012-07-22 05:19:32 +00:00
polly Allow cast instructions within scops 2012-07-16 10:57:32 +00:00